Pop-up dictionary browser extension for language learning. Successor to Yomichan. (PERSONAL FORK)

Document suffix pitch, add to tests, and minor fix (#2298)

* Document extra level for suffix

* Fix {pitch-accent-graphs-jj} not handling suffix properly

* Test for suffix pitch definition

authored by

Kuuuube and committed by
GitHub
81d17d87 5028f934

+846 -72
+1 -1
ext/data/schemas/dictionary-term-meta-bank-v3-schema.json
··· 120 }, 121 { 122 "type": "string", 123 - "description": "Pitch level of each mora with H representing high and L representing low. For example: HHLL for a 4 mora word.", 124 "pattern": "^[HL]+$" 125 } 126 ]
··· 120 }, 121 { 122 "type": "string", 123 + "description": "Pitch level of each mora with H representing high and L representing low. For example: HHLL for a 4 mora word. Add an additional pitch level at the end to explicitly define the suffix.", 124 "pattern": "^[HL]+$" 125 } 126 ]
+5 -1
ext/js/display/pronunciation-generator.js
··· 330 * @returns {string} 331 */ 332 _pitchValueToPattJJ(numberOfMora, pitchValue) { 333 - if (typeof pitchValue === 'string') { return pitchValue + pitchValue[pitchValue.length - 1]; } 334 if (numberOfMora >= 1) { 335 if (pitchValue === 0) { 336 // Heiban
··· 330 * @returns {string} 331 */ 332 _pitchValueToPattJJ(numberOfMora, pitchValue) { 333 + if (typeof pitchValue === 'string') { 334 + // the suffix may be set in the dictionary explicitly by appending an extra value 335 + const pitchValueExtended = pitchValue + pitchValue[pitchValue.length - 1]; 336 + return pitchValueExtended.slice(0, numberOfMora + 1); 337 + } 338 if (numberOfMora >= 1) { 339 if (pitchValue === 0) { 340 // Heiban
+56 -56
test/data/anki-note-builder-test-results.json
··· 483 "tags": "E1, P, vt", 484 "url": "<a href=\"url:\">url:</a>", 485 "cloze-body-kana": "うちこむ", 486 - "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 487 - "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 488 - "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 489 - "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 490 "pitch-accent-categories": "heiban,kifuku" 491 }, 492 { ··· 573 "tags": "E2, P, vt", 574 "url": "<a href=\"url:\">url:</a>", 575 "cloze-body-kana": "うちこむ", 576 - "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 577 - "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 578 - "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 579 - "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 580 "pitch-accent-categories": "heiban,kifuku" 581 }, 582 { ··· 1323 "tags": "E1, P, vt", 1324 "url": "<a href=\"url:\">url:</a>", 1325 "cloze-body-kana": "うちこむ", 1326 - "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 1327 - "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 1328 - "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 1329 - "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 1330 "pitch-accent-categories": "heiban,kifuku" 1331 }, 1332 { ··· 1368 "tags": "E2, P, vt", 1369 "url": "<a href=\"url:\">url:</a>", 1370 "cloze-body-kana": "うちこむ", 1371 - "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 1372 - "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 1373 - "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 1374 - "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 1375 "pitch-accent-categories": "heiban,kifuku" 1376 }, 1377 { ··· 1755 "tags": "E1, E2, P, vt", 1756 "url": "<a href=\"url:\">url:</a>", 1757 "cloze-body-kana": "うちこむ", 1758 - "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 1759 - "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 1760 - "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 1761 - "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 1762 "pitch-accent-categories": "heiban,kifuku" 1763 }, 1764 { ··· 2030 "tags": "vt", 2031 "url": "<a href=\"url:\">url:</a>", 2032 "cloze-body-kana": "うちこむ", 2033 - "pitch-accents": "<ol><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ぶ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ぶ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 2034 - "pitch-accent-graphs": "<ol><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 2035 - "pitch-accent-graphs-jj": "<ol><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ぶ</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ぶ</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 2036 - "pitch-accent-positions": "<ol><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li></ol>", 2037 "pitch-accent-categories": "heiban,kifuku" 2038 }, 2039 { ··· 2215 "tags": "E1, E2, P", 2216 "url": "<a href=\"url:\">url:</a>", 2217 "cloze-body-kana": "うちこむ", 2218 - "pitch-accents": "<ol><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ぶ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ぶ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 2219 - "pitch-accent-graphs": "<ol><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 2220 - "pitch-accent-graphs-jj": "<ol><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ぶ</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ぶ</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 2221 - "pitch-accent-positions": "<ol><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li></ol>", 2222 "pitch-accent-categories": "heiban,kifuku" 2223 }, 2224 { ··· 2355 "tags": "E1, P, vt", 2356 "url": "<a href=\"url:\">url:</a>", 2357 "cloze-body-kana": "うちこんでいませんでした", 2358 - "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 2359 - "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 2360 - "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 2361 - "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 2362 "pitch-accent-categories": "heiban,kifuku" 2363 }, 2364 { ··· 2445 "tags": "E2, P, vt", 2446 "url": "<a href=\"url:\">url:</a>", 2447 "cloze-body-kana": "うちこんでいませんでした", 2448 - "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 2449 - "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 2450 - "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 2451 - "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 2452 "pitch-accent-categories": "heiban,kifuku" 2453 }, 2454 { ··· 2810 "tags": "E1, P, vt", 2811 "url": "<a href=\"url:\">url:</a>", 2812 "cloze-body-kana": "う(う)ち込(こ)む", 2813 - "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 2814 - "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 2815 - "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 2816 - "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 2817 "pitch-accent-categories": "heiban,kifuku" 2818 }, 2819 { ··· 2900 "tags": "E2, P, vt", 2901 "url": "<a href=\"url:\">url:</a>", 2902 "cloze-body-kana": "う(う)ち込(こ)む", 2903 - "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 2904 - "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 2905 - "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 2906 - "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 2907 "pitch-accent-categories": "heiban,kifuku" 2908 }, 2909 { ··· 3265 "tags": "E1, P, vt", 3266 "url": "<a href=\"url:\">url:</a>", 3267 "cloze-body-kana": "(打)(ち)(込)(む)", 3268 - "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 3269 - "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 3270 - "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 3271 - "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 3272 "pitch-accent-categories": "heiban,kifuku" 3273 }, 3274 { ··· 3355 "tags": "E2, P, vt", 3356 "url": "<a href=\"url:\">url:</a>", 3357 "cloze-body-kana": "(打)(ち)(込)(む)", 3358 - "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 3359 - "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 3360 - "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 3361 - "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 3362 "pitch-accent-categories": "heiban,kifuku" 3363 }, 3364 { ··· 3870 "tags": "vt", 3871 "url": "<a href=\"url:\">url:</a>", 3872 "cloze-body-kana": "うちこむ", 3873 - "pitch-accents": "<ol><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ぶ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ぶ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 3874 - "pitch-accent-graphs": "<ol><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 3875 - "pitch-accent-graphs-jj": "<ol><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ぶ</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ぶ</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 3876 - "pitch-accent-positions": "<ol><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li></ol>", 3877 "pitch-accent-categories": "heiban,kifuku" 3878 }, 3879 {
··· 483 "tags": "E1, P, vt", 484 "url": "<a href=\"url:\">url:</a>", 485 "cloze-body-kana": "うちこむ", 486 + "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 487 + "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 488 + "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 489 + "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>4</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 490 "pitch-accent-categories": "heiban,kifuku" 491 }, 492 { ··· 573 "tags": "E2, P, vt", 574 "url": "<a href=\"url:\">url:</a>", 575 "cloze-body-kana": "うちこむ", 576 + "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 577 + "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 578 + "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 579 + "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>4</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 580 "pitch-accent-categories": "heiban,kifuku" 581 }, 582 { ··· 1323 "tags": "E1, P, vt", 1324 "url": "<a href=\"url:\">url:</a>", 1325 "cloze-body-kana": "うちこむ", 1326 + "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 1327 + "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 1328 + "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 1329 + "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>4</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 1330 "pitch-accent-categories": "heiban,kifuku" 1331 }, 1332 { ··· 1368 "tags": "E2, P, vt", 1369 "url": "<a href=\"url:\">url:</a>", 1370 "cloze-body-kana": "うちこむ", 1371 + "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 1372 + "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 1373 + "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 1374 + "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>4</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 1375 "pitch-accent-categories": "heiban,kifuku" 1376 }, 1377 { ··· 1755 "tags": "E1, E2, P, vt", 1756 "url": "<a href=\"url:\">url:</a>", 1757 "cloze-body-kana": "うちこむ", 1758 + "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 1759 + "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 1760 + "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 1761 + "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>4</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 1762 "pitch-accent-categories": "heiban,kifuku" 1763 }, 1764 { ··· 2030 "tags": "vt", 2031 "url": "<a href=\"url:\">url:</a>", 2032 "cloze-body-kana": "うちこむ", 2033 + "pitch-accents": "<ol><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ぶ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ぶ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 2034 + "pitch-accent-graphs": "<ol><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 2035 + "pitch-accent-graphs-jj": "<ol><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ぶ</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ぶ</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 2036 + "pitch-accent-positions": "<ol><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>4</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li></ol>", 2037 "pitch-accent-categories": "heiban,kifuku" 2038 }, 2039 { ··· 2215 "tags": "E1, E2, P", 2216 "url": "<a href=\"url:\">url:</a>", 2217 "cloze-body-kana": "うちこむ", 2218 + "pitch-accents": "<ol><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ぶ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ぶ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 2219 + "pitch-accent-graphs": "<ol><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 2220 + "pitch-accent-graphs-jj": "<ol><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ぶ</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ぶ</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 2221 + "pitch-accent-positions": "<ol><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>4</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li></ol>", 2222 "pitch-accent-categories": "heiban,kifuku" 2223 }, 2224 { ··· 2355 "tags": "E1, P, vt", 2356 "url": "<a href=\"url:\">url:</a>", 2357 "cloze-body-kana": "うちこんでいませんでした", 2358 + "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 2359 + "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 2360 + "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 2361 + "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>4</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 2362 "pitch-accent-categories": "heiban,kifuku" 2363 }, 2364 { ··· 2445 "tags": "E2, P, vt", 2446 "url": "<a href=\"url:\">url:</a>", 2447 "cloze-body-kana": "うちこんでいませんでした", 2448 + "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 2449 + "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 2450 + "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 2451 + "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>4</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 2452 "pitch-accent-categories": "heiban,kifuku" 2453 }, 2454 { ··· 2810 "tags": "E1, P, vt", 2811 "url": "<a href=\"url:\">url:</a>", 2812 "cloze-body-kana": "う(う)ち込(こ)む", 2813 + "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 2814 + "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 2815 + "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 2816 + "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>4</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 2817 "pitch-accent-categories": "heiban,kifuku" 2818 }, 2819 { ··· 2900 "tags": "E2, P, vt", 2901 "url": "<a href=\"url:\">url:</a>", 2902 "cloze-body-kana": "う(う)ち込(こ)む", 2903 + "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 2904 + "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 2905 + "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 2906 + "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>4</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 2907 "pitch-accent-categories": "heiban,kifuku" 2908 }, 2909 { ··· 3265 "tags": "E1, P, vt", 3266 "url": "<a href=\"url:\">url:</a>", 3267 "cloze-body-kana": "(打)(ち)(込)(む)", 3268 + "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 3269 + "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 3270 + "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 3271 + "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>4</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 3272 "pitch-accent-categories": "heiban,kifuku" 3273 }, 3274 { ··· 3355 "tags": "E2, P, vt", 3356 "url": "<a href=\"url:\">url:</a>", 3357 "cloze-body-kana": "(打)(ち)(込)(む)", 3358 + "pitch-accents": "<ol><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 3359 + "pitch-accent-graphs": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 3360 + "pitch-accent-graphs-jj": "<ol><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 3361 + "pitch-accent-positions": "<ol><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>4</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li></ol>", 3362 "pitch-accent-categories": "heiban,kifuku" 3363 }, 3364 { ··· 3870 "tags": "vt", 3871 "url": "<a href=\"url:\">url:</a>", 3872 "cloze-body-kana": "うちこむ", 3873 + "pitch-accents": "<ol><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">ち</span><span style=\"display:block;position:absolute;left:50%;top:50%;width:1.125em;height:1.125em;border-radius:50%;box-sizing:border-box;z-index:1;transform:translate(-50%, -50%);border:1.5px dotted #c83c28;\"></span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"position:absolute;width:0;height:0;opacity:0;\">゚</span><span style=\"display:block;position:absolute;right:-0.125em;top:0.125em;width:0.375em;height:0.375em;border-radius:50%;box-sizing:border-box;z-index:1;border:1.5px solid #c83c28;\"></span></span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">う</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ぶ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ぶ</span><span style=\"border-color:currentColor;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">ち</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;padding-right:0.1em;margin-right:0.1em;\"><span style=\"display:inline;\">こ</span><span style=\"border-color:currentColor;display:block;user-select:none;pointer-events:none;position:absolute;top:0.1em;left:0;right:0;height:0;border-top-width:0.1em;border-top-style:solid;right:-0.1em;height:0.4em;border-right-width:0.1em;border-right-style:solid;\"></span></span><span style=\"display:inline-block;position:relative;\"><span style=\"display:inline;\">む</span><span style=\"border-color:currentColor;\"></span></span></span></li></ol>", 3874 + "pitch-accent-graphs": "<ol><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 25 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"25\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 75 L125 75 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 25 L225 25\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"175\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,25)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" focusable=\"false\" viewBox=\"0 0 250 100\" style=\"display:inline-block;vertical-align:middle;height:1.5em;\"><path d=\"M25 75 L75 25 L125 25 L175 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path><path d=\"M175 75 L225 75\" style=\"fill:none;stroke-width:5;stroke:currentColor;stroke-dasharray:5 5;\"></path><circle cx=\"25\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"75\" cy=\"25\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"15\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></circle><circle cx=\"125\" cy=\"25\" r=\"5\" style=\"fill:currentColor;\"></circle><circle cx=\"175\" cy=\"75\" r=\"15\" style=\"stroke-width:5;fill:currentColor;stroke:currentColor;\"></circle><path d=\"M0 13 L15 -13 L-15 -13 Z\" transform=\"translate(225,75)\" style=\"fill:none;stroke-width:5;stroke:currentColor;\"></path></svg></li></ol>", 3875 + "pitch-accent-graphs-jj": "<ol><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(うちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">う</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ぶ</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"5\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li><li><em>(ぶちこむ only) </em><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"103.2px\" height=\"45px\" viewBox=\"0 0 172 75\"><text x=\"5\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ぶ</text><text x=\"40\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">ち</text><text x=\"75\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">こ</text><text x=\"110\" y=\"67.5\" style=\"font-size:20px;font-family:sans-serif;fill:currentColor;\">む</text><path d=\"m 16,30 35,-25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 51,5 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 86,5 35,25\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><path d=\"m 121,30 35,0\" style=\"fill:none;stroke:currentColor;stroke-width:1.5;\"></path><circle r=\"5\" cx=\"16\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"51\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"86\" cy=\"5\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"5\" cx=\"121\" cy=\"30\" style=\"opacity:1;fill:currentColor;\"></circle><circle r=\"4\" cx=\"160\" cy=\"30\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"></circle></svg></li></ol>", 3876 + "pitch-accent-positions": "<ol><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>4</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>-1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1,3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>1</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>2</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(うちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>0</span><span>]</span></span></li><li><em>(ぶちこむ only) </em><span style=\"display:inline;\"><span>[</span><span>3</span><span>]</span></span></li></ol>", 3877 "pitch-accent-categories": "heiban,kifuku" 3878 }, 3879 {
+2
test/data/dictionaries/valid-dictionary1/term_meta_bank_1.json
··· 52 { 53 "reading": "うちこむ", 54 "pitches": [ 55 {"position": "HHHH"}, 56 {"position": "HHHL"}, 57 {"position": "HHLH"},
··· 52 { 53 "reading": "うちこむ", 54 "pitches": [ 55 + {"position": "HHHHH"}, 56 + {"position": "HHHHL"}, 57 {"position": "HHHH"}, 58 {"position": "HHHL"}, 59 {"position": "HHLH"},
+586 -14
test/data/translator-test-results-note-data1.json
··· 3081 "reading": "うちこむ", 3082 "pitches": [ 3083 { 3084 "positions": "HHHH", 3085 "tags": [] 3086 }, ··· 3330 "reading": "うちこむ", 3331 "pitches": [ 3332 { 3333 "positions": "HHHH", 3334 "tags": [] 3335 }, ··· 3494 "打ち込む" 3495 ], 3496 "reading": "うちこむ", 3497 "positions": "HHHH", 3498 "nasalPositions": [], 3499 "devoicePositions": [], ··· 3692 ] 3693 } 3694 ], 3695 - "pitchCount": 18, 3696 "phoneticTranscriptions": [ 3697 { 3698 "dictionary": "Test Dictionary 2", ··· 4301 "reading": "うちこむ", 4302 "pitches": [ 4303 { 4304 "positions": "HHHH", 4305 "tags": [] 4306 }, ··· 4550 "reading": "うちこむ", 4551 "pitches": [ 4552 { 4553 "positions": "HHHH", 4554 "tags": [] 4555 }, ··· 4714 "打ち込む" 4715 ], 4716 "reading": "うちこむ", 4717 "positions": "HHHH", 4718 "nasalPositions": [], 4719 "devoicePositions": [], ··· 4912 ] 4913 } 4914 ], 4915 - "pitchCount": 18, 4916 "phoneticTranscriptions": [ 4917 { 4918 "dictionary": "Test Dictionary 2", ··· 9893 "reading": "うちこむ", 9894 "pitches": [ 9895 { 9896 "positions": "HHHH", 9897 "tags": [] 9898 }, ··· 10142 "reading": "うちこむ", 10143 "pitches": [ 10144 { 10145 "positions": "HHHH", 10146 "tags": [] 10147 }, ··· 10306 "打ち込む" 10307 ], 10308 "reading": "うちこむ", 10309 "positions": "HHHH", 10310 "nasalPositions": [], 10311 "devoicePositions": [], ··· 10504 ] 10505 } 10506 ], 10507 - "pitchCount": 18, 10508 "phoneticTranscriptions": [ 10509 { 10510 "dictionary": "Test Dictionary 2", ··· 10685 "expression": "打ち込む", 10686 "reading": "うちこむ", 10687 "pitches": [ 10688 { 10689 "positions": "HHHH", 10690 "tags": [] ··· 10935 "reading": "うちこむ", 10936 "pitches": [ 10937 { 10938 "positions": "HHHH", 10939 "tags": [] 10940 }, ··· 11099 "打ち込む" 11100 ], 11101 "reading": "うちこむ", 11102 "positions": "HHHH", 11103 "nasalPositions": [], 11104 "devoicePositions": [], ··· 11297 ] 11298 } 11299 ], 11300 - "pitchCount": 18, 11301 "phoneticTranscriptions": [ 11302 { 11303 "dictionary": "Test Dictionary 2", ··· 13820 "reading": "うちこむ", 13821 "pitches": [ 13822 { 13823 "positions": "HHHH", 13824 "tags": [] 13825 }, ··· 14107 "reading": "うちこむ", 14108 "pitches": [ 14109 { 14110 "positions": "HHHH", 14111 "tags": [] 14112 }, ··· 14253 "打ち込む" 14254 ], 14255 "reading": "うちこむ", 14256 "positions": "HHHH", 14257 "nasalPositions": [], 14258 "devoicePositions": [], ··· 14451 ] 14452 } 14453 ], 14454 - "pitchCount": 18, 14455 "phoneticTranscriptions": [ 14456 { 14457 "dictionary": "Test Dictionary 2", ··· 16466 "reading": "うちこむ", 16467 "pitches": [ 16468 { 16469 "positions": "HHHH", 16470 "tags": [] 16471 }, ··· 17017 "reading": "うちこむ", 17018 "pitches": [ 17019 { 17020 "positions": "HHHH", 17021 "tags": [] 17022 }, ··· 17188 ], 17189 "reading": "うちこむ", 17190 "positions": 3, 17191 "nasalPositions": [], 17192 "devoicePositions": [], 17193 "tags": [], ··· 17459 ] 17460 } 17461 ], 17462 - "pitchCount": 20, 17463 "phoneticTranscriptions": [ 17464 { 17465 "dictionary": "Test Dictionary 2", ··· 18882 "reading": "うちこむ", 18883 "pitches": [ 18884 { 18885 "positions": "HHHH", 18886 "tags": [] 18887 }, ··· 19450 "reading": "うちこむ", 19451 "pitches": [ 19452 { 19453 "positions": "HHHH", 19454 "tags": [] 19455 }, ··· 19621 ], 19622 "reading": "うちこむ", 19623 "positions": 3, 19624 "nasalPositions": [], 19625 "devoicePositions": [], 19626 "tags": [], ··· 19892 ] 19893 } 19894 ], 19895 - "pitchCount": 20, 19896 "phoneticTranscriptions": [ 19897 { 19898 "dictionary": "Test Dictionary 2", ··· 21272 "reading": "うちこむ", 21273 "pitches": [ 21274 { 21275 "positions": "HHHH", 21276 "tags": [] 21277 }, ··· 21521 "reading": "うちこむ", 21522 "pitches": [ 21523 { 21524 "positions": "HHHH", 21525 "tags": [] 21526 }, ··· 21685 "打ち込む" 21686 ], 21687 "reading": "うちこむ", 21688 "positions": "HHHH", 21689 "nasalPositions": [], 21690 "devoicePositions": [], ··· 21883 ] 21884 } 21885 ], 21886 - "pitchCount": 18, 21887 "phoneticTranscriptions": [ 21888 { 21889 "dictionary": "Test Dictionary 2", ··· 22534 "reading": "うちこむ", 22535 "pitches": [ 22536 { 22537 "positions": "HHHH", 22538 "tags": [] 22539 }, ··· 22783 "reading": "うちこむ", 22784 "pitches": [ 22785 { 22786 "positions": "HHHH", 22787 "tags": [] 22788 }, ··· 22947 "打ち込む" 22948 ], 22949 "reading": "うちこむ", 22950 "positions": "HHHH", 22951 "nasalPositions": [], 22952 "devoicePositions": [], ··· 23145 ] 23146 } 23147 ], 23148 - "pitchCount": 18, 23149 "phoneticTranscriptions": [ 23150 { 23151 "dictionary": "Test Dictionary 2", ··· 25723 "reading": "うちこむ", 25724 "pitches": [ 25725 { 25726 "positions": "HHHH", 25727 "tags": [] 25728 }, ··· 25972 "reading": "うちこむ", 25973 "pitches": [ 25974 { 25975 "positions": "HHHH", 25976 "tags": [] 25977 }, ··· 26136 "打ち込む" 26137 ], 26138 "reading": "うちこむ", 26139 "positions": "HHHH", 26140 "nasalPositions": [], 26141 "devoicePositions": [], ··· 26334 ] 26335 } 26336 ], 26337 - "pitchCount": 18, 26338 "phoneticTranscriptions": [ 26339 { 26340 "dictionary": "Test Dictionary 2", ··· 26943 "reading": "うちこむ", 26944 "pitches": [ 26945 { 26946 "positions": "HHHH", 26947 "tags": [] 26948 }, ··· 27192 "reading": "うちこむ", 27193 "pitches": [ 27194 { 27195 "positions": "HHHH", 27196 "tags": [] 27197 }, ··· 27356 "打ち込む" 27357 ], 27358 "reading": "うちこむ", 27359 "positions": "HHHH", 27360 "nasalPositions": [], 27361 "devoicePositions": [], ··· 27554 ] 27555 } 27556 ], 27557 - "pitchCount": 18, 27558 "phoneticTranscriptions": [ 27559 { 27560 "dictionary": "Test Dictionary 2", ··· 30111 "reading": "うちこむ", 30112 "pitches": [ 30113 { 30114 "positions": "HHHH", 30115 "tags": [] 30116 }, ··· 30360 "reading": "うちこむ", 30361 "pitches": [ 30362 { 30363 "positions": "HHHH", 30364 "tags": [] 30365 }, ··· 30524 "打ち込む" 30525 ], 30526 "reading": "うちこむ", 30527 "positions": "HHHH", 30528 "nasalPositions": [], 30529 "devoicePositions": [], ··· 30722 ] 30723 } 30724 ], 30725 - "pitchCount": 18, 30726 "phoneticTranscriptions": [ 30727 { 30728 "dictionary": "Test Dictionary 2", ··· 31331 "reading": "うちこむ", 31332 "pitches": [ 31333 { 31334 "positions": "HHHH", 31335 "tags": [] 31336 }, ··· 31580 "reading": "うちこむ", 31581 "pitches": [ 31582 { 31583 "positions": "HHHH", 31584 "tags": [] 31585 }, ··· 31733 ], 31734 "reading": "うちこむ", 31735 "positions": 3, 31736 "nasalPositions": [], 31737 "devoicePositions": [], 31738 "tags": [], ··· 31942 ] 31943 } 31944 ], 31945 - "pitchCount": 18, 31946 "phoneticTranscriptions": [ 31947 { 31948 "dictionary": "Test Dictionary 2", ··· 35004 "reading": "うちこむ", 35005 "pitches": [ 35006 { 35007 "positions": "HHHH", 35008 "tags": [] 35009 }, ··· 35555 "reading": "うちこむ", 35556 "pitches": [ 35557 { 35558 "positions": "HHHH", 35559 "tags": [] 35560 }, ··· 35726 ], 35727 "reading": "うちこむ", 35728 "positions": 3, 35729 "nasalPositions": [], 35730 "devoicePositions": [], 35731 "tags": [], ··· 35997 ] 35998 } 35999 ], 36000 - "pitchCount": 20, 36001 "phoneticTranscriptions": [ 36002 { 36003 "dictionary": "Test Dictionary 2",
··· 3081 "reading": "うちこむ", 3082 "pitches": [ 3083 { 3084 + "positions": "HHHHH", 3085 + "tags": [] 3086 + }, 3087 + { 3088 + "positions": "HHHHL", 3089 + "tags": [] 3090 + }, 3091 + { 3092 "positions": "HHHH", 3093 "tags": [] 3094 }, ··· 3338 "reading": "うちこむ", 3339 "pitches": [ 3340 { 3341 + "positions": "HHHHH", 3342 + "tags": [] 3343 + }, 3344 + { 3345 + "positions": "HHHHL", 3346 + "tags": [] 3347 + }, 3348 + { 3349 "positions": "HHHH", 3350 "tags": [] 3351 }, ··· 3510 "打ち込む" 3511 ], 3512 "reading": "うちこむ", 3513 + "positions": "HHHHH", 3514 + "nasalPositions": [], 3515 + "devoicePositions": [], 3516 + "tags": [], 3517 + "exclusiveExpressions": [], 3518 + "exclusiveReadings": [] 3519 + }, 3520 + { 3521 + "expressions": [ 3522 + "打ち込む" 3523 + ], 3524 + "reading": "うちこむ", 3525 + "positions": "HHHHL", 3526 + "nasalPositions": [], 3527 + "devoicePositions": [], 3528 + "tags": [], 3529 + "exclusiveExpressions": [], 3530 + "exclusiveReadings": [] 3531 + }, 3532 + { 3533 + "expressions": [ 3534 + "打ち込む" 3535 + ], 3536 + "reading": "うちこむ", 3537 "positions": "HHHH", 3538 "nasalPositions": [], 3539 "devoicePositions": [], ··· 3732 ] 3733 } 3734 ], 3735 + "pitchCount": 20, 3736 "phoneticTranscriptions": [ 3737 { 3738 "dictionary": "Test Dictionary 2", ··· 4341 "reading": "うちこむ", 4342 "pitches": [ 4343 { 4344 + "positions": "HHHHH", 4345 + "tags": [] 4346 + }, 4347 + { 4348 + "positions": "HHHHL", 4349 + "tags": [] 4350 + }, 4351 + { 4352 "positions": "HHHH", 4353 "tags": [] 4354 }, ··· 4598 "reading": "うちこむ", 4599 "pitches": [ 4600 { 4601 + "positions": "HHHHH", 4602 + "tags": [] 4603 + }, 4604 + { 4605 + "positions": "HHHHL", 4606 + "tags": [] 4607 + }, 4608 + { 4609 "positions": "HHHH", 4610 "tags": [] 4611 }, ··· 4770 "打ち込む" 4771 ], 4772 "reading": "うちこむ", 4773 + "positions": "HHHHH", 4774 + "nasalPositions": [], 4775 + "devoicePositions": [], 4776 + "tags": [], 4777 + "exclusiveExpressions": [], 4778 + "exclusiveReadings": [] 4779 + }, 4780 + { 4781 + "expressions": [ 4782 + "打ち込む" 4783 + ], 4784 + "reading": "うちこむ", 4785 + "positions": "HHHHL", 4786 + "nasalPositions": [], 4787 + "devoicePositions": [], 4788 + "tags": [], 4789 + "exclusiveExpressions": [], 4790 + "exclusiveReadings": [] 4791 + }, 4792 + { 4793 + "expressions": [ 4794 + "打ち込む" 4795 + ], 4796 + "reading": "うちこむ", 4797 "positions": "HHHH", 4798 "nasalPositions": [], 4799 "devoicePositions": [], ··· 4992 ] 4993 } 4994 ], 4995 + "pitchCount": 20, 4996 "phoneticTranscriptions": [ 4997 { 4998 "dictionary": "Test Dictionary 2", ··· 9973 "reading": "うちこむ", 9974 "pitches": [ 9975 { 9976 + "positions": "HHHHH", 9977 + "tags": [] 9978 + }, 9979 + { 9980 + "positions": "HHHHL", 9981 + "tags": [] 9982 + }, 9983 + { 9984 "positions": "HHHH", 9985 "tags": [] 9986 }, ··· 10230 "reading": "うちこむ", 10231 "pitches": [ 10232 { 10233 + "positions": "HHHHH", 10234 + "tags": [] 10235 + }, 10236 + { 10237 + "positions": "HHHHL", 10238 + "tags": [] 10239 + }, 10240 + { 10241 "positions": "HHHH", 10242 "tags": [] 10243 }, ··· 10402 "打ち込む" 10403 ], 10404 "reading": "うちこむ", 10405 + "positions": "HHHHH", 10406 + "nasalPositions": [], 10407 + "devoicePositions": [], 10408 + "tags": [], 10409 + "exclusiveExpressions": [], 10410 + "exclusiveReadings": [] 10411 + }, 10412 + { 10413 + "expressions": [ 10414 + "打ち込む" 10415 + ], 10416 + "reading": "うちこむ", 10417 + "positions": "HHHHL", 10418 + "nasalPositions": [], 10419 + "devoicePositions": [], 10420 + "tags": [], 10421 + "exclusiveExpressions": [], 10422 + "exclusiveReadings": [] 10423 + }, 10424 + { 10425 + "expressions": [ 10426 + "打ち込む" 10427 + ], 10428 + "reading": "うちこむ", 10429 "positions": "HHHH", 10430 "nasalPositions": [], 10431 "devoicePositions": [], ··· 10624 ] 10625 } 10626 ], 10627 + "pitchCount": 20, 10628 "phoneticTranscriptions": [ 10629 { 10630 "dictionary": "Test Dictionary 2", ··· 10805 "expression": "打ち込む", 10806 "reading": "うちこむ", 10807 "pitches": [ 10808 + { 10809 + "positions": "HHHHH", 10810 + "tags": [] 10811 + }, 10812 + { 10813 + "positions": "HHHHL", 10814 + "tags": [] 10815 + }, 10816 { 10817 "positions": "HHHH", 10818 "tags": [] ··· 11063 "reading": "うちこむ", 11064 "pitches": [ 11065 { 11066 + "positions": "HHHHH", 11067 + "tags": [] 11068 + }, 11069 + { 11070 + "positions": "HHHHL", 11071 + "tags": [] 11072 + }, 11073 + { 11074 "positions": "HHHH", 11075 "tags": [] 11076 }, ··· 11235 "打ち込む" 11236 ], 11237 "reading": "うちこむ", 11238 + "positions": "HHHHH", 11239 + "nasalPositions": [], 11240 + "devoicePositions": [], 11241 + "tags": [], 11242 + "exclusiveExpressions": [], 11243 + "exclusiveReadings": [] 11244 + }, 11245 + { 11246 + "expressions": [ 11247 + "打ち込む" 11248 + ], 11249 + "reading": "うちこむ", 11250 + "positions": "HHHHL", 11251 + "nasalPositions": [], 11252 + "devoicePositions": [], 11253 + "tags": [], 11254 + "exclusiveExpressions": [], 11255 + "exclusiveReadings": [] 11256 + }, 11257 + { 11258 + "expressions": [ 11259 + "打ち込む" 11260 + ], 11261 + "reading": "うちこむ", 11262 "positions": "HHHH", 11263 "nasalPositions": [], 11264 "devoicePositions": [], ··· 11457 ] 11458 } 11459 ], 11460 + "pitchCount": 20, 11461 "phoneticTranscriptions": [ 11462 { 11463 "dictionary": "Test Dictionary 2", ··· 13980 "reading": "うちこむ", 13981 "pitches": [ 13982 { 13983 + "positions": "HHHHH", 13984 + "tags": [] 13985 + }, 13986 + { 13987 + "positions": "HHHHL", 13988 + "tags": [] 13989 + }, 13990 + { 13991 "positions": "HHHH", 13992 "tags": [] 13993 }, ··· 14275 "reading": "うちこむ", 14276 "pitches": [ 14277 { 14278 + "positions": "HHHHH", 14279 + "tags": [] 14280 + }, 14281 + { 14282 + "positions": "HHHHL", 14283 + "tags": [] 14284 + }, 14285 + { 14286 "positions": "HHHH", 14287 "tags": [] 14288 }, ··· 14429 "打ち込む" 14430 ], 14431 "reading": "うちこむ", 14432 + "positions": "HHHHH", 14433 + "nasalPositions": [], 14434 + "devoicePositions": [], 14435 + "tags": [], 14436 + "exclusiveExpressions": [], 14437 + "exclusiveReadings": [] 14438 + }, 14439 + { 14440 + "expressions": [ 14441 + "打ち込む" 14442 + ], 14443 + "reading": "うちこむ", 14444 + "positions": "HHHHL", 14445 + "nasalPositions": [], 14446 + "devoicePositions": [], 14447 + "tags": [], 14448 + "exclusiveExpressions": [], 14449 + "exclusiveReadings": [] 14450 + }, 14451 + { 14452 + "expressions": [ 14453 + "打ち込む" 14454 + ], 14455 + "reading": "うちこむ", 14456 "positions": "HHHH", 14457 "nasalPositions": [], 14458 "devoicePositions": [], ··· 14651 ] 14652 } 14653 ], 14654 + "pitchCount": 20, 14655 "phoneticTranscriptions": [ 14656 { 14657 "dictionary": "Test Dictionary 2", ··· 16666 "reading": "うちこむ", 16667 "pitches": [ 16668 { 16669 + "positions": "HHHHH", 16670 + "tags": [] 16671 + }, 16672 + { 16673 + "positions": "HHHHL", 16674 + "tags": [] 16675 + }, 16676 + { 16677 "positions": "HHHH", 16678 "tags": [] 16679 }, ··· 17225 "reading": "うちこむ", 17226 "pitches": [ 17227 { 17228 + "positions": "HHHHH", 17229 + "tags": [] 17230 + }, 17231 + { 17232 + "positions": "HHHHL", 17233 + "tags": [] 17234 + }, 17235 + { 17236 "positions": "HHHH", 17237 "tags": [] 17238 }, ··· 17404 ], 17405 "reading": "うちこむ", 17406 "positions": 3, 17407 + "nasalPositions": [], 17408 + "devoicePositions": [], 17409 + "tags": [], 17410 + "exclusiveExpressions": [], 17411 + "exclusiveReadings": [ 17412 + "うちこむ" 17413 + ] 17414 + }, 17415 + { 17416 + "expressions": [ 17417 + "打ち込む" 17418 + ], 17419 + "reading": "うちこむ", 17420 + "positions": "HHHHH", 17421 + "nasalPositions": [], 17422 + "devoicePositions": [], 17423 + "tags": [], 17424 + "exclusiveExpressions": [], 17425 + "exclusiveReadings": [ 17426 + "うちこむ" 17427 + ] 17428 + }, 17429 + { 17430 + "expressions": [ 17431 + "打ち込む" 17432 + ], 17433 + "reading": "うちこむ", 17434 + "positions": "HHHHL", 17435 "nasalPositions": [], 17436 "devoicePositions": [], 17437 "tags": [], ··· 17703 ] 17704 } 17705 ], 17706 + "pitchCount": 22, 17707 "phoneticTranscriptions": [ 17708 { 17709 "dictionary": "Test Dictionary 2", ··· 19126 "reading": "うちこむ", 19127 "pitches": [ 19128 { 19129 + "positions": "HHHHH", 19130 + "tags": [] 19131 + }, 19132 + { 19133 + "positions": "HHHHL", 19134 + "tags": [] 19135 + }, 19136 + { 19137 "positions": "HHHH", 19138 "tags": [] 19139 }, ··· 19702 "reading": "うちこむ", 19703 "pitches": [ 19704 { 19705 + "positions": "HHHHH", 19706 + "tags": [] 19707 + }, 19708 + { 19709 + "positions": "HHHHL", 19710 + "tags": [] 19711 + }, 19712 + { 19713 "positions": "HHHH", 19714 "tags": [] 19715 }, ··· 19881 ], 19882 "reading": "うちこむ", 19883 "positions": 3, 19884 + "nasalPositions": [], 19885 + "devoicePositions": [], 19886 + "tags": [], 19887 + "exclusiveExpressions": [], 19888 + "exclusiveReadings": [ 19889 + "うちこむ" 19890 + ] 19891 + }, 19892 + { 19893 + "expressions": [ 19894 + "打ち込む" 19895 + ], 19896 + "reading": "うちこむ", 19897 + "positions": "HHHHH", 19898 + "nasalPositions": [], 19899 + "devoicePositions": [], 19900 + "tags": [], 19901 + "exclusiveExpressions": [], 19902 + "exclusiveReadings": [ 19903 + "うちこむ" 19904 + ] 19905 + }, 19906 + { 19907 + "expressions": [ 19908 + "打ち込む" 19909 + ], 19910 + "reading": "うちこむ", 19911 + "positions": "HHHHL", 19912 "nasalPositions": [], 19913 "devoicePositions": [], 19914 "tags": [], ··· 20180 ] 20181 } 20182 ], 20183 + "pitchCount": 22, 20184 "phoneticTranscriptions": [ 20185 { 20186 "dictionary": "Test Dictionary 2", ··· 21560 "reading": "うちこむ", 21561 "pitches": [ 21562 { 21563 + "positions": "HHHHH", 21564 + "tags": [] 21565 + }, 21566 + { 21567 + "positions": "HHHHL", 21568 + "tags": [] 21569 + }, 21570 + { 21571 "positions": "HHHH", 21572 "tags": [] 21573 }, ··· 21817 "reading": "うちこむ", 21818 "pitches": [ 21819 { 21820 + "positions": "HHHHH", 21821 + "tags": [] 21822 + }, 21823 + { 21824 + "positions": "HHHHL", 21825 + "tags": [] 21826 + }, 21827 + { 21828 "positions": "HHHH", 21829 "tags": [] 21830 }, ··· 21989 "打ち込む" 21990 ], 21991 "reading": "うちこむ", 21992 + "positions": "HHHHH", 21993 + "nasalPositions": [], 21994 + "devoicePositions": [], 21995 + "tags": [], 21996 + "exclusiveExpressions": [], 21997 + "exclusiveReadings": [] 21998 + }, 21999 + { 22000 + "expressions": [ 22001 + "打ち込む" 22002 + ], 22003 + "reading": "うちこむ", 22004 + "positions": "HHHHL", 22005 + "nasalPositions": [], 22006 + "devoicePositions": [], 22007 + "tags": [], 22008 + "exclusiveExpressions": [], 22009 + "exclusiveReadings": [] 22010 + }, 22011 + { 22012 + "expressions": [ 22013 + "打ち込む" 22014 + ], 22015 + "reading": "うちこむ", 22016 "positions": "HHHH", 22017 "nasalPositions": [], 22018 "devoicePositions": [], ··· 22211 ] 22212 } 22213 ], 22214 + "pitchCount": 20, 22215 "phoneticTranscriptions": [ 22216 { 22217 "dictionary": "Test Dictionary 2", ··· 22862 "reading": "うちこむ", 22863 "pitches": [ 22864 { 22865 + "positions": "HHHHH", 22866 + "tags": [] 22867 + }, 22868 + { 22869 + "positions": "HHHHL", 22870 + "tags": [] 22871 + }, 22872 + { 22873 "positions": "HHHH", 22874 "tags": [] 22875 }, ··· 23119 "reading": "うちこむ", 23120 "pitches": [ 23121 { 23122 + "positions": "HHHHH", 23123 + "tags": [] 23124 + }, 23125 + { 23126 + "positions": "HHHHL", 23127 + "tags": [] 23128 + }, 23129 + { 23130 "positions": "HHHH", 23131 "tags": [] 23132 }, ··· 23291 "打ち込む" 23292 ], 23293 "reading": "うちこむ", 23294 + "positions": "HHHHH", 23295 + "nasalPositions": [], 23296 + "devoicePositions": [], 23297 + "tags": [], 23298 + "exclusiveExpressions": [], 23299 + "exclusiveReadings": [] 23300 + }, 23301 + { 23302 + "expressions": [ 23303 + "打ち込む" 23304 + ], 23305 + "reading": "うちこむ", 23306 + "positions": "HHHHL", 23307 + "nasalPositions": [], 23308 + "devoicePositions": [], 23309 + "tags": [], 23310 + "exclusiveExpressions": [], 23311 + "exclusiveReadings": [] 23312 + }, 23313 + { 23314 + "expressions": [ 23315 + "打ち込む" 23316 + ], 23317 + "reading": "うちこむ", 23318 "positions": "HHHH", 23319 "nasalPositions": [], 23320 "devoicePositions": [], ··· 23513 ] 23514 } 23515 ], 23516 + "pitchCount": 20, 23517 "phoneticTranscriptions": [ 23518 { 23519 "dictionary": "Test Dictionary 2", ··· 26091 "reading": "うちこむ", 26092 "pitches": [ 26093 { 26094 + "positions": "HHHHH", 26095 + "tags": [] 26096 + }, 26097 + { 26098 + "positions": "HHHHL", 26099 + "tags": [] 26100 + }, 26101 + { 26102 "positions": "HHHH", 26103 "tags": [] 26104 }, ··· 26348 "reading": "うちこむ", 26349 "pitches": [ 26350 { 26351 + "positions": "HHHHH", 26352 + "tags": [] 26353 + }, 26354 + { 26355 + "positions": "HHHHL", 26356 + "tags": [] 26357 + }, 26358 + { 26359 "positions": "HHHH", 26360 "tags": [] 26361 }, ··· 26520 "打ち込む" 26521 ], 26522 "reading": "うちこむ", 26523 + "positions": "HHHHH", 26524 + "nasalPositions": [], 26525 + "devoicePositions": [], 26526 + "tags": [], 26527 + "exclusiveExpressions": [], 26528 + "exclusiveReadings": [] 26529 + }, 26530 + { 26531 + "expressions": [ 26532 + "打ち込む" 26533 + ], 26534 + "reading": "うちこむ", 26535 + "positions": "HHHHL", 26536 + "nasalPositions": [], 26537 + "devoicePositions": [], 26538 + "tags": [], 26539 + "exclusiveExpressions": [], 26540 + "exclusiveReadings": [] 26541 + }, 26542 + { 26543 + "expressions": [ 26544 + "打ち込む" 26545 + ], 26546 + "reading": "うちこむ", 26547 "positions": "HHHH", 26548 "nasalPositions": [], 26549 "devoicePositions": [], ··· 26742 ] 26743 } 26744 ], 26745 + "pitchCount": 20, 26746 "phoneticTranscriptions": [ 26747 { 26748 "dictionary": "Test Dictionary 2", ··· 27351 "reading": "うちこむ", 27352 "pitches": [ 27353 { 27354 + "positions": "HHHHH", 27355 + "tags": [] 27356 + }, 27357 + { 27358 + "positions": "HHHHL", 27359 + "tags": [] 27360 + }, 27361 + { 27362 "positions": "HHHH", 27363 "tags": [] 27364 }, ··· 27608 "reading": "うちこむ", 27609 "pitches": [ 27610 { 27611 + "positions": "HHHHH", 27612 + "tags": [] 27613 + }, 27614 + { 27615 + "positions": "HHHHL", 27616 + "tags": [] 27617 + }, 27618 + { 27619 "positions": "HHHH", 27620 "tags": [] 27621 }, ··· 27780 "打ち込む" 27781 ], 27782 "reading": "うちこむ", 27783 + "positions": "HHHHH", 27784 + "nasalPositions": [], 27785 + "devoicePositions": [], 27786 + "tags": [], 27787 + "exclusiveExpressions": [], 27788 + "exclusiveReadings": [] 27789 + }, 27790 + { 27791 + "expressions": [ 27792 + "打ち込む" 27793 + ], 27794 + "reading": "うちこむ", 27795 + "positions": "HHHHL", 27796 + "nasalPositions": [], 27797 + "devoicePositions": [], 27798 + "tags": [], 27799 + "exclusiveExpressions": [], 27800 + "exclusiveReadings": [] 27801 + }, 27802 + { 27803 + "expressions": [ 27804 + "打ち込む" 27805 + ], 27806 + "reading": "うちこむ", 27807 "positions": "HHHH", 27808 "nasalPositions": [], 27809 "devoicePositions": [], ··· 28002 ] 28003 } 28004 ], 28005 + "pitchCount": 20, 28006 "phoneticTranscriptions": [ 28007 { 28008 "dictionary": "Test Dictionary 2", ··· 30559 "reading": "うちこむ", 30560 "pitches": [ 30561 { 30562 + "positions": "HHHHH", 30563 + "tags": [] 30564 + }, 30565 + { 30566 + "positions": "HHHHL", 30567 + "tags": [] 30568 + }, 30569 + { 30570 "positions": "HHHH", 30571 "tags": [] 30572 }, ··· 30816 "reading": "うちこむ", 30817 "pitches": [ 30818 { 30819 + "positions": "HHHHH", 30820 + "tags": [] 30821 + }, 30822 + { 30823 + "positions": "HHHHL", 30824 + "tags": [] 30825 + }, 30826 + { 30827 "positions": "HHHH", 30828 "tags": [] 30829 }, ··· 30988 "打ち込む" 30989 ], 30990 "reading": "うちこむ", 30991 + "positions": "HHHHH", 30992 + "nasalPositions": [], 30993 + "devoicePositions": [], 30994 + "tags": [], 30995 + "exclusiveExpressions": [], 30996 + "exclusiveReadings": [] 30997 + }, 30998 + { 30999 + "expressions": [ 31000 + "打ち込む" 31001 + ], 31002 + "reading": "うちこむ", 31003 + "positions": "HHHHL", 31004 + "nasalPositions": [], 31005 + "devoicePositions": [], 31006 + "tags": [], 31007 + "exclusiveExpressions": [], 31008 + "exclusiveReadings": [] 31009 + }, 31010 + { 31011 + "expressions": [ 31012 + "打ち込む" 31013 + ], 31014 + "reading": "うちこむ", 31015 "positions": "HHHH", 31016 "nasalPositions": [], 31017 "devoicePositions": [], ··· 31210 ] 31211 } 31212 ], 31213 + "pitchCount": 20, 31214 "phoneticTranscriptions": [ 31215 { 31216 "dictionary": "Test Dictionary 2", ··· 31819 "reading": "うちこむ", 31820 "pitches": [ 31821 { 31822 + "positions": "HHHHH", 31823 + "tags": [] 31824 + }, 31825 + { 31826 + "positions": "HHHHL", 31827 + "tags": [] 31828 + }, 31829 + { 31830 "positions": "HHHH", 31831 "tags": [] 31832 }, ··· 32076 "reading": "うちこむ", 32077 "pitches": [ 32078 { 32079 + "positions": "HHHHH", 32080 + "tags": [] 32081 + }, 32082 + { 32083 + "positions": "HHHHL", 32084 + "tags": [] 32085 + }, 32086 + { 32087 "positions": "HHHH", 32088 "tags": [] 32089 }, ··· 32237 ], 32238 "reading": "うちこむ", 32239 "positions": 3, 32240 + "nasalPositions": [], 32241 + "devoicePositions": [], 32242 + "tags": [], 32243 + "exclusiveExpressions": [], 32244 + "exclusiveReadings": [] 32245 + }, 32246 + { 32247 + "expressions": [ 32248 + "打ち込む" 32249 + ], 32250 + "reading": "うちこむ", 32251 + "positions": "HHHHH", 32252 + "nasalPositions": [], 32253 + "devoicePositions": [], 32254 + "tags": [], 32255 + "exclusiveExpressions": [], 32256 + "exclusiveReadings": [] 32257 + }, 32258 + { 32259 + "expressions": [ 32260 + "打ち込む" 32261 + ], 32262 + "reading": "うちこむ", 32263 + "positions": "HHHHL", 32264 "nasalPositions": [], 32265 "devoicePositions": [], 32266 "tags": [], ··· 32470 ] 32471 } 32472 ], 32473 + "pitchCount": 20, 32474 "phoneticTranscriptions": [ 32475 { 32476 "dictionary": "Test Dictionary 2", ··· 35532 "reading": "うちこむ", 35533 "pitches": [ 35534 { 35535 + "positions": "HHHHH", 35536 + "tags": [] 35537 + }, 35538 + { 35539 + "positions": "HHHHL", 35540 + "tags": [] 35541 + }, 35542 + { 35543 "positions": "HHHH", 35544 "tags": [] 35545 }, ··· 36091 "reading": "うちこむ", 36092 "pitches": [ 36093 { 36094 + "positions": "HHHHH", 36095 + "tags": [] 36096 + }, 36097 + { 36098 + "positions": "HHHHL", 36099 + "tags": [] 36100 + }, 36101 + { 36102 "positions": "HHHH", 36103 "tags": [] 36104 }, ··· 36270 ], 36271 "reading": "うちこむ", 36272 "positions": 3, 36273 + "nasalPositions": [], 36274 + "devoicePositions": [], 36275 + "tags": [], 36276 + "exclusiveExpressions": [], 36277 + "exclusiveReadings": [ 36278 + "うちこむ" 36279 + ] 36280 + }, 36281 + { 36282 + "expressions": [ 36283 + "打ち込む" 36284 + ], 36285 + "reading": "うちこむ", 36286 + "positions": "HHHHH", 36287 + "nasalPositions": [], 36288 + "devoicePositions": [], 36289 + "tags": [], 36290 + "exclusiveExpressions": [], 36291 + "exclusiveReadings": [ 36292 + "うちこむ" 36293 + ] 36294 + }, 36295 + { 36296 + "expressions": [ 36297 + "打ち込む" 36298 + ], 36299 + "reading": "うちこむ", 36300 + "positions": "HHHHL", 36301 "nasalPositions": [], 36302 "devoicePositions": [], 36303 "tags": [], ··· 36569 ] 36570 } 36571 ], 36572 + "pitchCount": 22, 36573 "phoneticTranscriptions": [ 36574 { 36575 "dictionary": "Test Dictionary 2",
+196
test/data/translator-test-results.json
··· 1851 "pronunciations": [ 1852 { 1853 "type": "pitch-accent", 1854 "positions": "HHHH", 1855 "nasalPositions": [], 1856 "devoicePositions": [], ··· 2374 "dictionaryIndex": 0, 2375 "dictionaryAlias": "termsDictAlias", 2376 "pronunciations": [ 2377 { 2378 "type": "pitch-accent", 2379 "positions": "HHHH", ··· 5353 "pronunciations": [ 5354 { 5355 "type": "pitch-accent", 5356 "positions": "HHHH", 5357 "nasalPositions": [], 5358 "devoicePositions": [], ··· 5680 "pronunciations": [ 5681 { 5682 "type": "pitch-accent", 5683 "positions": "HHHH", 5684 "nasalPositions": [], 5685 "devoicePositions": [], ··· 7997 "pronunciations": [ 7998 { 7999 "type": "pitch-accent", 8000 "positions": "HHHH", 8001 "nasalPositions": [], 8002 "devoicePositions": [], ··· 9564 "pronunciations": [ 9565 { 9566 "type": "pitch-accent", 9567 "positions": "HHHH", 9568 "nasalPositions": [], 9569 "devoicePositions": [], ··· 10940 "dictionaryIndex": 0, 10941 "dictionaryAlias": "termsDictAlias", 10942 "pronunciations": [ 10943 { 10944 "type": "pitch-accent", 10945 "positions": "HHHH", ··· 12137 "pronunciations": [ 12138 { 12139 "type": "pitch-accent", 12140 "positions": "HHHH", 12141 "nasalPositions": [], 12142 "devoicePositions": [], ··· 12702 "dictionaryIndex": 0, 12703 "dictionaryAlias": "termsDictAlias", 12704 "pronunciations": [ 12705 { 12706 "type": "pitch-accent", 12707 "positions": "HHHH", ··· 14331 "pronunciations": [ 14332 { 14333 "type": "pitch-accent", 14334 "positions": "HHHH", 14335 "nasalPositions": [], 14336 "devoicePositions": [], ··· 14860 "pronunciations": [ 14861 { 14862 "type": "pitch-accent", 14863 "positions": "HHHH", 14864 "nasalPositions": [], 14865 "devoicePositions": [], ··· 16480 "pronunciations": [ 16481 { 16482 "type": "pitch-accent", 16483 "positions": "HHHH", 16484 "nasalPositions": [], 16485 "devoicePositions": [], ··· 17009 "pronunciations": [ 17010 { 17011 "type": "pitch-accent", 17012 "positions": "HHHH", 17013 "nasalPositions": [], 17014 "devoicePositions": [], ··· 19158 "dictionaryIndex": 0, 19159 "dictionaryAlias": "termsDictAlias", 19160 "pronunciations": [ 19161 { 19162 "type": "pitch-accent", 19163 "positions": "HHHH",
··· 1851 "pronunciations": [ 1852 { 1853 "type": "pitch-accent", 1854 + "positions": "HHHHH", 1855 + "nasalPositions": [], 1856 + "devoicePositions": [], 1857 + "tags": [] 1858 + }, 1859 + { 1860 + "type": "pitch-accent", 1861 + "positions": "HHHHL", 1862 + "nasalPositions": [], 1863 + "devoicePositions": [], 1864 + "tags": [] 1865 + }, 1866 + { 1867 + "type": "pitch-accent", 1868 "positions": "HHHH", 1869 "nasalPositions": [], 1870 "devoicePositions": [], ··· 2388 "dictionaryIndex": 0, 2389 "dictionaryAlias": "termsDictAlias", 2390 "pronunciations": [ 2391 + { 2392 + "type": "pitch-accent", 2393 + "positions": "HHHHH", 2394 + "nasalPositions": [], 2395 + "devoicePositions": [], 2396 + "tags": [] 2397 + }, 2398 + { 2399 + "type": "pitch-accent", 2400 + "positions": "HHHHL", 2401 + "nasalPositions": [], 2402 + "devoicePositions": [], 2403 + "tags": [] 2404 + }, 2405 { 2406 "type": "pitch-accent", 2407 "positions": "HHHH", ··· 5381 "pronunciations": [ 5382 { 5383 "type": "pitch-accent", 5384 + "positions": "HHHHH", 5385 + "nasalPositions": [], 5386 + "devoicePositions": [], 5387 + "tags": [] 5388 + }, 5389 + { 5390 + "type": "pitch-accent", 5391 + "positions": "HHHHL", 5392 + "nasalPositions": [], 5393 + "devoicePositions": [], 5394 + "tags": [] 5395 + }, 5396 + { 5397 + "type": "pitch-accent", 5398 "positions": "HHHH", 5399 "nasalPositions": [], 5400 "devoicePositions": [], ··· 5722 "pronunciations": [ 5723 { 5724 "type": "pitch-accent", 5725 + "positions": "HHHHH", 5726 + "nasalPositions": [], 5727 + "devoicePositions": [], 5728 + "tags": [] 5729 + }, 5730 + { 5731 + "type": "pitch-accent", 5732 + "positions": "HHHHL", 5733 + "nasalPositions": [], 5734 + "devoicePositions": [], 5735 + "tags": [] 5736 + }, 5737 + { 5738 + "type": "pitch-accent", 5739 "positions": "HHHH", 5740 "nasalPositions": [], 5741 "devoicePositions": [], ··· 8053 "pronunciations": [ 8054 { 8055 "type": "pitch-accent", 8056 + "positions": "HHHHH", 8057 + "nasalPositions": [], 8058 + "devoicePositions": [], 8059 + "tags": [] 8060 + }, 8061 + { 8062 + "type": "pitch-accent", 8063 + "positions": "HHHHL", 8064 + "nasalPositions": [], 8065 + "devoicePositions": [], 8066 + "tags": [] 8067 + }, 8068 + { 8069 + "type": "pitch-accent", 8070 "positions": "HHHH", 8071 "nasalPositions": [], 8072 "devoicePositions": [], ··· 9634 "pronunciations": [ 9635 { 9636 "type": "pitch-accent", 9637 + "positions": "HHHHH", 9638 + "nasalPositions": [], 9639 + "devoicePositions": [], 9640 + "tags": [] 9641 + }, 9642 + { 9643 + "type": "pitch-accent", 9644 + "positions": "HHHHL", 9645 + "nasalPositions": [], 9646 + "devoicePositions": [], 9647 + "tags": [] 9648 + }, 9649 + { 9650 + "type": "pitch-accent", 9651 "positions": "HHHH", 9652 "nasalPositions": [], 9653 "devoicePositions": [], ··· 11024 "dictionaryIndex": 0, 11025 "dictionaryAlias": "termsDictAlias", 11026 "pronunciations": [ 11027 + { 11028 + "type": "pitch-accent", 11029 + "positions": "HHHHH", 11030 + "nasalPositions": [], 11031 + "devoicePositions": [], 11032 + "tags": [] 11033 + }, 11034 + { 11035 + "type": "pitch-accent", 11036 + "positions": "HHHHL", 11037 + "nasalPositions": [], 11038 + "devoicePositions": [], 11039 + "tags": [] 11040 + }, 11041 { 11042 "type": "pitch-accent", 11043 "positions": "HHHH", ··· 12235 "pronunciations": [ 12236 { 12237 "type": "pitch-accent", 12238 + "positions": "HHHHH", 12239 + "nasalPositions": [], 12240 + "devoicePositions": [], 12241 + "tags": [] 12242 + }, 12243 + { 12244 + "type": "pitch-accent", 12245 + "positions": "HHHHL", 12246 + "nasalPositions": [], 12247 + "devoicePositions": [], 12248 + "tags": [] 12249 + }, 12250 + { 12251 + "type": "pitch-accent", 12252 "positions": "HHHH", 12253 "nasalPositions": [], 12254 "devoicePositions": [], ··· 12814 "dictionaryIndex": 0, 12815 "dictionaryAlias": "termsDictAlias", 12816 "pronunciations": [ 12817 + { 12818 + "type": "pitch-accent", 12819 + "positions": "HHHHH", 12820 + "nasalPositions": [], 12821 + "devoicePositions": [], 12822 + "tags": [] 12823 + }, 12824 + { 12825 + "type": "pitch-accent", 12826 + "positions": "HHHHL", 12827 + "nasalPositions": [], 12828 + "devoicePositions": [], 12829 + "tags": [] 12830 + }, 12831 { 12832 "type": "pitch-accent", 12833 "positions": "HHHH", ··· 14457 "pronunciations": [ 14458 { 14459 "type": "pitch-accent", 14460 + "positions": "HHHHH", 14461 + "nasalPositions": [], 14462 + "devoicePositions": [], 14463 + "tags": [] 14464 + }, 14465 + { 14466 + "type": "pitch-accent", 14467 + "positions": "HHHHL", 14468 + "nasalPositions": [], 14469 + "devoicePositions": [], 14470 + "tags": [] 14471 + }, 14472 + { 14473 + "type": "pitch-accent", 14474 "positions": "HHHH", 14475 "nasalPositions": [], 14476 "devoicePositions": [], ··· 15000 "pronunciations": [ 15001 { 15002 "type": "pitch-accent", 15003 + "positions": "HHHHH", 15004 + "nasalPositions": [], 15005 + "devoicePositions": [], 15006 + "tags": [] 15007 + }, 15008 + { 15009 + "type": "pitch-accent", 15010 + "positions": "HHHHL", 15011 + "nasalPositions": [], 15012 + "devoicePositions": [], 15013 + "tags": [] 15014 + }, 15015 + { 15016 + "type": "pitch-accent", 15017 "positions": "HHHH", 15018 "nasalPositions": [], 15019 "devoicePositions": [], ··· 16634 "pronunciations": [ 16635 { 16636 "type": "pitch-accent", 16637 + "positions": "HHHHH", 16638 + "nasalPositions": [], 16639 + "devoicePositions": [], 16640 + "tags": [] 16641 + }, 16642 + { 16643 + "type": "pitch-accent", 16644 + "positions": "HHHHL", 16645 + "nasalPositions": [], 16646 + "devoicePositions": [], 16647 + "tags": [] 16648 + }, 16649 + { 16650 + "type": "pitch-accent", 16651 "positions": "HHHH", 16652 "nasalPositions": [], 16653 "devoicePositions": [], ··· 17177 "pronunciations": [ 17178 { 17179 "type": "pitch-accent", 17180 + "positions": "HHHHH", 17181 + "nasalPositions": [], 17182 + "devoicePositions": [], 17183 + "tags": [] 17184 + }, 17185 + { 17186 + "type": "pitch-accent", 17187 + "positions": "HHHHL", 17188 + "nasalPositions": [], 17189 + "devoicePositions": [], 17190 + "tags": [] 17191 + }, 17192 + { 17193 + "type": "pitch-accent", 17194 "positions": "HHHH", 17195 "nasalPositions": [], 17196 "devoicePositions": [], ··· 19340 "dictionaryIndex": 0, 19341 "dictionaryAlias": "termsDictAlias", 19342 "pronunciations": [ 19343 + { 19344 + "type": "pitch-accent", 19345 + "positions": "HHHHH", 19346 + "nasalPositions": [], 19347 + "devoicePositions": [], 19348 + "tags": [] 19349 + }, 19350 + { 19351 + "type": "pitch-accent", 19352 + "positions": "HHHHL", 19353 + "nasalPositions": [], 19354 + "devoicePositions": [], 19355 + "tags": [] 19356 + }, 19357 { 19358 "type": "pitch-accent", 19359 "positions": "HHHH",