arelle-release 2.37.46__py3-none-any.whl → 2.38.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (204) hide show
  1. arelle/BetaFeatures.py +0 -21
  2. arelle/Cntlr.py +15 -8
  3. arelle/CntlrCmdLine.py +121 -56
  4. arelle/CntlrWinMain.py +143 -70
  5. arelle/DialogFind.py +1 -1
  6. arelle/DialogPluginManager.py +6 -4
  7. arelle/DisclosureSystem.py +7 -0
  8. arelle/ErrorManager.py +21 -6
  9. arelle/FileSource.py +11 -4
  10. arelle/FunctionIxt.py +16 -11
  11. arelle/HtmlUtil.py +5 -4
  12. arelle/LeiUtil.py +63 -43
  13. arelle/ModelDocument.py +20 -15
  14. arelle/ModelDtsObject.py +8 -0
  15. arelle/ModelInstanceObject.py +1 -1
  16. arelle/ModelObject.py +16 -18
  17. arelle/ModelObjectFactory.py +35 -17
  18. arelle/ModelXbrl.py +28 -11
  19. arelle/PluginManager.py +130 -105
  20. arelle/RuntimeOptions.py +1 -0
  21. arelle/UrlUtil.py +14 -0
  22. arelle/Validate.py +17 -12
  23. arelle/ValidateDuplicateFacts.py +3 -1
  24. arelle/ValidateFileSource.py +38 -0
  25. arelle/ValidateFilingText.py +3 -3
  26. arelle/ValidateXbrl.py +5 -2
  27. arelle/ValidateXbrlCalcs.py +210 -186
  28. arelle/ValidateXbrlDTS.py +1 -1
  29. arelle/ViewFile.py +1 -0
  30. arelle/ViewFileFactTable.py +2 -2
  31. arelle/ViewWinDTS.py +4 -1
  32. arelle/WebCache.py +28 -24
  33. arelle/XbrlConst.py +22 -0
  34. arelle/XmlUtil.py +16 -21
  35. arelle/XmlValidate.py +6 -9
  36. arelle/_version.py +16 -3
  37. arelle/api/Session.py +11 -2
  38. arelle/config/disclosuresystems.xsd +2 -0
  39. arelle/config/rosettaEntitlements.plist +8 -0
  40. arelle/conformance/CSVTestcaseLoader.py +1 -1
  41. arelle/formula/XPathContext.py +3 -3
  42. arelle/logging/formatters/LogFormatter.py +3 -1
  43. arelle/packages/report/ReportPackage.py +26 -13
  44. arelle/packages/report/ReportPackageConst.py +0 -1
  45. arelle/plugin/inlineXbrlDocumentSet.py +19 -5
  46. arelle/plugin/validate/DBA/DisclosureSystems.py +19 -1
  47. arelle/plugin/validate/DBA/PluginValidationDataExtension.py +2 -4
  48. arelle/plugin/validate/DBA/ValidationPluginExtension.py +2 -1
  49. arelle/plugin/validate/DBA/resources/config.xml +5 -0
  50. arelle/plugin/validate/DBA/rules/__init__.py +2 -2
  51. arelle/plugin/validate/DBA/rules/fr.py +19 -2
  52. arelle/plugin/validate/DBA/rules/tc.py +2 -0
  53. arelle/plugin/validate/DBA/rules/th.py +6 -0
  54. arelle/plugin/validate/DBA/rules/tm.py +18 -5
  55. arelle/plugin/validate/DBA/rules/tr.py +11 -5
  56. arelle/plugin/validate/EDINET/Constants.py +193 -9
  57. arelle/plugin/validate/EDINET/ContextRequirement.py +58 -0
  58. arelle/plugin/validate/EDINET/ControllerPluginData.py +220 -1
  59. arelle/plugin/validate/EDINET/CoverItemRequirements.py +42 -0
  60. arelle/plugin/validate/EDINET/DeiRequirements.py +118 -0
  61. arelle/plugin/validate/EDINET/FilingFormat.py +275 -0
  62. arelle/plugin/validate/EDINET/FormType.py +134 -0
  63. arelle/plugin/validate/EDINET/ManifestInstance.py +72 -5
  64. arelle/plugin/validate/EDINET/NamespaceConfig.py +50 -0
  65. arelle/plugin/validate/EDINET/PluginValidationDataExtension.py +493 -132
  66. arelle/plugin/validate/EDINET/{InstanceType.py → ReportFolderType.py} +72 -15
  67. arelle/plugin/validate/EDINET/Statement.py +139 -0
  68. arelle/plugin/validate/EDINET/TableOfContentsBuilder.py +595 -0
  69. arelle/plugin/validate/EDINET/UploadContents.py +48 -0
  70. arelle/plugin/validate/EDINET/ValidationPluginExtension.py +20 -2
  71. arelle/plugin/validate/EDINET/__init__.py +31 -6
  72. arelle/plugin/validate/EDINET/resources/config.xml +8 -1
  73. arelle/plugin/validate/EDINET/resources/cover-item-requirements.json +793 -0
  74. arelle/plugin/validate/EDINET/resources/dei-requirements.csv +27 -0
  75. arelle/plugin/validate/EDINET/resources/edinet-taxonomies.xml +2 -0
  76. arelle/plugin/validate/EDINET/rules/contexts.py +375 -14
  77. arelle/plugin/validate/EDINET/rules/edinet.py +1934 -45
  78. arelle/plugin/validate/EDINET/rules/frta.py +122 -3
  79. arelle/plugin/validate/EDINET/rules/gfm.py +1907 -11
  80. arelle/plugin/validate/EDINET/rules/upload.py +989 -141
  81. arelle/plugin/validate/ESEF/Const.py +3 -1
  82. arelle/plugin/validate/ESEF/ESEF_2021/DTS.py +5 -0
  83. arelle/plugin/validate/ESEF/ESEF_2021/Image.py +2 -2
  84. arelle/plugin/validate/ESEF/ESEF_2021/ValidateXbrlFinally.py +23 -20
  85. arelle/plugin/validate/ESEF/ESEF_Current/DTS.py +47 -14
  86. arelle/plugin/validate/ESEF/ESEF_Current/ValidateXbrlFinally.py +100 -25
  87. arelle/plugin/validate/ESEF/__init__.py +20 -6
  88. arelle/plugin/validate/ESEF/resources/authority-validations.json +76 -9
  89. arelle/plugin/validate/ESEF/resources/config.xml +20 -0
  90. arelle/plugin/validate/NL/DisclosureSystems.py +22 -0
  91. arelle/plugin/validate/NL/PluginValidationDataExtension.py +27 -9
  92. arelle/plugin/validate/NL/ValidationPluginExtension.py +51 -7
  93. arelle/plugin/validate/NL/resources/config.xml +18 -0
  94. arelle/plugin/validate/NL/rules/br_kvk.py +17 -61
  95. arelle/plugin/validate/NL/rules/fg_nl.py +7 -38
  96. arelle/plugin/validate/NL/rules/fr_kvk.py +7 -42
  97. arelle/plugin/validate/NL/rules/fr_nl.py +31 -147
  98. arelle/plugin/validate/NL/rules/nl_kvk.py +142 -28
  99. arelle/plugin/validate/ROS/PluginValidationDataExtension.py +2 -0
  100. arelle/plugin/validate/ROS/ValidationPluginExtension.py +4 -1
  101. arelle/plugin/validate/ROS/rules/ros.py +41 -9
  102. arelle/plugin/validate/UK/ValidateUK.py +130 -66
  103. arelle/plugin/validate/UK/__init__.py +89 -103
  104. arelle/utils/EntryPointDetection.py +79 -13
  105. arelle/utils/PluginHooks.py +125 -0
  106. arelle/utils/validate/ESEFImage.py +6 -6
  107. arelle/utils/validate/Validation.py +18 -0
  108. arelle/utils/validate/ValidationPlugin.py +76 -11
  109. arelle/utils/validate/ValidationUtil.py +35 -3
  110. {arelle_release-2.37.46.dist-info → arelle_release-2.38.0.dist-info}/METADATA +30 -20
  111. {arelle_release-2.37.46.dist-info → arelle_release-2.38.0.dist-info}/RECORD +115 -191
  112. {arelle_release-2.37.46.dist-info → arelle_release-2.38.0.dist-info}/licenses/LICENSE.md +0 -3
  113. arelle/archive/CustomLogger.py +0 -43
  114. arelle/archive/LoadEFMvalidate.py +0 -32
  115. arelle/archive/LoadSavePreLbCsv.py +0 -26
  116. arelle/archive/LoadValidate.cs +0 -31
  117. arelle/archive/LoadValidate.py +0 -36
  118. arelle/archive/LoadValidateCmdLine.java +0 -69
  119. arelle/archive/LoadValidatePostedZip.java +0 -57
  120. arelle/archive/LoadValidateWebService.java +0 -34
  121. arelle/archive/SaveTableToExelle.py +0 -140
  122. arelle/archive/TR3toTR4.py +0 -88
  123. arelle/archive/plugin/ESEF_2022/__init__.py +0 -47
  124. arelle/archive/plugin/bigInstance.py +0 -394
  125. arelle/archive/plugin/cmdWebServerExtension.py +0 -43
  126. arelle/archive/plugin/crashTest.py +0 -38
  127. arelle/archive/plugin/functionsXmlCreation.py +0 -106
  128. arelle/archive/plugin/hello_i18n.pot +0 -26
  129. arelle/archive/plugin/hello_i18n.py +0 -32
  130. arelle/archive/plugin/importTestChild1.py +0 -21
  131. arelle/archive/plugin/importTestChild2.py +0 -22
  132. arelle/archive/plugin/importTestGrandchild1.py +0 -21
  133. arelle/archive/plugin/importTestGrandchild2.py +0 -21
  134. arelle/archive/plugin/importTestImported1.py +0 -23
  135. arelle/archive/plugin/importTestImported11.py +0 -22
  136. arelle/archive/plugin/importTestParent.py +0 -48
  137. arelle/archive/plugin/instanceInfo.py +0 -306
  138. arelle/archive/plugin/loadFromOIM-2018.py +0 -1282
  139. arelle/archive/plugin/locale/fr/LC_MESSAGES/hello_i18n.po +0 -25
  140. arelle/archive/plugin/objectmaker.py +0 -285
  141. arelle/archive/plugin/packagedImportTest/__init__.py +0 -47
  142. arelle/archive/plugin/packagedImportTest/importTestChild1.py +0 -21
  143. arelle/archive/plugin/packagedImportTest/importTestChild2.py +0 -22
  144. arelle/archive/plugin/packagedImportTest/importTestGrandchild1.py +0 -21
  145. arelle/archive/plugin/packagedImportTest/importTestGrandchild2.py +0 -21
  146. arelle/archive/plugin/packagedImportTest/importTestImported1.py +0 -24
  147. arelle/archive/plugin/packagedImportTest/importTestImported11.py +0 -21
  148. arelle/archive/plugin/packagedImportTest/subdir/importTestImported111.py +0 -21
  149. arelle/archive/plugin/packagedImportTest/subdir/subsubdir/importTestImported1111.py +0 -21
  150. arelle/archive/plugin/sakaCalendar.py +0 -215
  151. arelle/archive/plugin/saveInstanceInfoset.py +0 -121
  152. arelle/archive/plugin/sphinx/FormulaGenerator.py +0 -823
  153. arelle/archive/plugin/sphinx/SphinxContext.py +0 -404
  154. arelle/archive/plugin/sphinx/SphinxEvaluator.py +0 -783
  155. arelle/archive/plugin/sphinx/SphinxMethods.py +0 -1287
  156. arelle/archive/plugin/sphinx/SphinxParser.py +0 -1093
  157. arelle/archive/plugin/sphinx/SphinxValidator.py +0 -163
  158. arelle/archive/plugin/sphinx/US-GAAP Ratios Example.xsr +0 -52
  159. arelle/archive/plugin/sphinx/__init__.py +0 -285
  160. arelle/archive/plugin/streamingExtensions.py +0 -335
  161. arelle/archive/plugin/updateTableLB.py +0 -242
  162. arelle/archive/plugin/validate/SBRnl/CustomLoader.py +0 -19
  163. arelle/archive/plugin/validate/SBRnl/DTS.py +0 -305
  164. arelle/archive/plugin/validate/SBRnl/Dimensions.py +0 -357
  165. arelle/archive/plugin/validate/SBRnl/Document.py +0 -799
  166. arelle/archive/plugin/validate/SBRnl/Filing.py +0 -467
  167. arelle/archive/plugin/validate/SBRnl/__init__.py +0 -75
  168. arelle/archive/plugin/validate/SBRnl/config.xml +0 -26
  169. arelle/archive/plugin/validate/SBRnl/sbr-nl-taxonomies.xml +0 -754
  170. arelle/archive/plugin/validate/USBestPractices.py +0 -570
  171. arelle/archive/plugin/validate/USCorpAction.py +0 -557
  172. arelle/archive/plugin/validate/USSecTagging.py +0 -337
  173. arelle/archive/plugin/validate/XDC/__init__.py +0 -77
  174. arelle/archive/plugin/validate/XDC/config.xml +0 -20
  175. arelle/archive/plugin/validate/XFsyntax/__init__.py +0 -64
  176. arelle/archive/plugin/validate/XFsyntax/xf.py +0 -2227
  177. arelle/archive/plugin/validate/calc2.py +0 -536
  178. arelle/archive/plugin/validateSchemaLxml.py +0 -156
  179. arelle/archive/plugin/validateTableInfoset.py +0 -52
  180. arelle/archive/us-gaap-dei-docType-extraction-frm.xml +0 -90
  181. arelle/archive/us-gaap-dei-ratio-cash-frm.xml +0 -150
  182. arelle/examples/plugin/formulaSuiteConverter.py +0 -212
  183. arelle/examples/plugin/functionsCustom.py +0 -59
  184. arelle/examples/plugin/hello_dolly.py +0 -64
  185. arelle/examples/plugin/multi.py +0 -58
  186. arelle/examples/plugin/rssSaveOim.py +0 -96
  187. arelle/examples/plugin/validate/XYZ/DisclosureSystems.py +0 -2
  188. arelle/examples/plugin/validate/XYZ/PluginValidationDataExtension.py +0 -10
  189. arelle/examples/plugin/validate/XYZ/ValidationPluginExtension.py +0 -49
  190. arelle/examples/plugin/validate/XYZ/__init__.py +0 -75
  191. arelle/examples/plugin/validate/XYZ/resources/config.xml +0 -16
  192. arelle/examples/plugin/validate/XYZ/rules/__init__.py +0 -0
  193. arelle/examples/plugin/validate/XYZ/rules/rules01.py +0 -110
  194. arelle/examples/plugin/validate/XYZ/rules/rules02.py +0 -59
  195. arelle/model/CommentBase.py +0 -9
  196. arelle/model/ElementBase.py +0 -11
  197. arelle/model/PIBase.py +0 -10
  198. arelle/model/__init__.py +0 -15
  199. arelle/scripts-macOS/startWebServer.command +0 -3
  200. arelle/scripts-unix/startWebServer.sh +0 -1
  201. arelle/scripts-windows/startWebServer.bat +0 -5
  202. {arelle_release-2.37.46.dist-info → arelle_release-2.38.0.dist-info}/WHEEL +0 -0
  203. {arelle_release-2.37.46.dist-info → arelle_release-2.38.0.dist-info}/entry_points.txt +0 -0
  204. {arelle_release-2.37.46.dist-info → arelle_release-2.38.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,793 @@
1
+ {
2
+ "http://disclosure.edinet-fsa.go.jp/role/jpcrp/rol_CabinetOfficeOrdinanceOnDisclosureOfCorporateInformationEtcFormNo2SecuritiesRegistrationStatement": [
3
+ "jpcrp_cor:DocumentTitleCoverPage",
4
+ "jpcrp_cor:PlaceOfFilingCoverPage",
5
+ "jpcrp_cor:FilingDateCoverPage",
6
+ "jpcrp_cor:CompanyNameCoverPage",
7
+ "jpcrp_cor:CompanyNameInEnglishCoverPage",
8
+ "jpcrp_cor:TitleAndNameOfRepresentativeCoverPage",
9
+ "jpcrp_cor:AddressOfRegisteredHeadquarterCoverPage",
10
+ "jpcrp_cor:TelephoneNumberAddressOfRegisteredHeadquarterCoverPage",
11
+ "jpcrp_cor:NameOfContactPersonAddressOfRegisteredHeadquarterCoverPage",
12
+ "jpcrp_cor:NearestPlaceOfContactCoverPage",
13
+ "jpcrp_cor:TelephoneNumberNearestPlaceOfContactCoverPage",
14
+ "jpcrp_cor:NameOfContactPersonNearestPlaceOfContactCoverPage",
15
+ "jpcrp_cor:TypesOfSecuritiesToRegisterForOfferingOrDistributionCoverPage",
16
+ "jpcrp_cor:AmountToRegisterForOfferingOrDistributionCoverPageTextBlock",
17
+ "jpcrp_cor:MattersSpecificToStabilizingOperationCoverPageTextBlock",
18
+ "jpcrp_cor:PlaceForPublicInspectionCoverPageTextBlock"
19
+ ],
20
+ "http://disclosure.edinet-fsa.go.jp/role/jpcrp/rol_CabinetOfficeOrdinanceOnDisclosureOfCorporateInformationEtcFormNo22SecuritiesRegistrationStatement": [
21
+ "jpcrp_cor:DocumentTitleCoverPage",
22
+ "jpcrp_cor:PlaceOfFilingCoverPage",
23
+ "jpcrp_cor:FilingDateCoverPage",
24
+ "jpcrp_cor:CompanyNameCoverPage",
25
+ "jpcrp_cor:CompanyNameInEnglishCoverPage",
26
+ "jpcrp_cor:TitleAndNameOfRepresentativeCoverPage",
27
+ "jpcrp_cor:AddressOfRegisteredHeadquarterCoverPage",
28
+ "jpcrp_cor:TelephoneNumberAddressOfRegisteredHeadquarterCoverPage",
29
+ "jpcrp_cor:NameOfContactPersonAddressOfRegisteredHeadquarterCoverPage",
30
+ "jpcrp_cor:NearestPlaceOfContactCoverPage",
31
+ "jpcrp_cor:TelephoneNumberNearestPlaceOfContactCoverPage",
32
+ "jpcrp_cor:NameOfContactPersonNearestPlaceOfContactCoverPage",
33
+ "jpcrp_cor:TypesOfSecuritiesToRegisterForOfferingOrDistributionCoverPage",
34
+ "jpcrp_cor:AmountToRegisterForOfferingOrDistributionCoverPageTextBlock",
35
+ "jpcrp_cor:MattersSpecificToStabilizingOperationCoverPageTextBlock",
36
+ "jpcrp_cor:PlaceForPublicInspectionCoverPageTextBlock"
37
+ ],
38
+ "http://disclosure.edinet-fsa.go.jp/role/jpcrp/rol_CabinetOfficeOrdinanceOnDisclosureOfCorporateInformationEtcFormNo23SecuritiesRegistrationStatement": [
39
+ "jpcrp_cor:DocumentTitleCoverPage",
40
+ "jpcrp_cor:PlaceOfFilingCoverPage",
41
+ "jpcrp_cor:FilingDateCoverPage",
42
+ "jpcrp_cor:CompanyNameCoverPage",
43
+ "jpcrp_cor:CompanyNameInEnglishCoverPage",
44
+ "jpcrp_cor:TitleAndNameOfRepresentativeCoverPage",
45
+ "jpcrp_cor:AddressOfRegisteredHeadquarterCoverPage",
46
+ "jpcrp_cor:TelephoneNumberAddressOfRegisteredHeadquarterCoverPage",
47
+ "jpcrp_cor:NameOfContactPersonAddressOfRegisteredHeadquarterCoverPage",
48
+ "jpcrp_cor:NearestPlaceOfContactCoverPage",
49
+ "jpcrp_cor:TelephoneNumberNearestPlaceOfContactCoverPage",
50
+ "jpcrp_cor:NameOfContactPersonNearestPlaceOfContactCoverPage",
51
+ "jpcrp_cor:TypesOfSecuritiesToRegisterForOfferingOrDistributionCoverPage",
52
+ "jpcrp_cor:AmountToRegisterForOfferingOrDistributionCoverPageTextBlock",
53
+ "jpcrp_cor:MattersSpecificToStabilizingOperationCoverPageTextBlock",
54
+ "jpcrp_cor:PlaceForPublicInspectionCoverPageTextBlock"
55
+ ],
56
+ "http://disclosure.edinet-fsa.go.jp/role/jpcrp/rol_CabinetOfficeOrdinanceOnDisclosureOfCorporateInformationEtcFormNo24SecuritiesRegistrationStatement": [
57
+ "jpcrp_cor:DocumentTitleCoverPage",
58
+ "jpcrp_cor:PlaceOfFilingCoverPage",
59
+ "jpcrp_cor:FilingDateCoverPage",
60
+ "jpcrp_cor:CompanyNameCoverPage",
61
+ "jpcrp_cor:CompanyNameInEnglishCoverPage",
62
+ "jpcrp_cor:TitleAndNameOfRepresentativeCoverPage",
63
+ "jpcrp_cor:AddressOfRegisteredHeadquarterCoverPage",
64
+ "jpcrp_cor:TelephoneNumberAddressOfRegisteredHeadquarterCoverPage",
65
+ "jpcrp_cor:NameOfContactPersonAddressOfRegisteredHeadquarterCoverPage",
66
+ "jpcrp_cor:NearestPlaceOfContactCoverPage",
67
+ "jpcrp_cor:TelephoneNumberNearestPlaceOfContactCoverPage",
68
+ "jpcrp_cor:NameOfContactPersonNearestPlaceOfContactCoverPage",
69
+ "jpcrp_cor:TypesOfSecuritiesToRegisterForOfferingOrDistributionCoverPage",
70
+ "jpcrp_cor:AmountToRegisterForOfferingOrDistributionCoverPageTextBlock",
71
+ "jpcrp_cor:PlaceForPublicInspectionCoverPageTextBlock"
72
+ ],
73
+ "http://disclosure.edinet-fsa.go.jp/role/jpcrp/rol_CabinetOfficeOrdinanceOnDisclosureOfCorporateInformationEtcFormNo25SecuritiesRegistrationStatement": [
74
+ "jpcrp_cor:DocumentTitleCoverPage",
75
+ "jpcrp_cor:PlaceOfFilingCoverPage",
76
+ "jpcrp_cor:FilingDateCoverPage",
77
+ "jpcrp_cor:CompanyNameCoverPage",
78
+ "jpcrp_cor:CompanyNameInEnglishCoverPage",
79
+ "jpcrp_cor:TitleAndNameOfRepresentativeCoverPage",
80
+ "jpcrp_cor:AddressOfRegisteredHeadquarterCoverPage",
81
+ "jpcrp_cor:TelephoneNumberAddressOfRegisteredHeadquarterCoverPage",
82
+ "jpcrp_cor:NameOfContactPersonAddressOfRegisteredHeadquarterCoverPage",
83
+ "jpcrp_cor:NearestPlaceOfContactCoverPage",
84
+ "jpcrp_cor:TelephoneNumberNearestPlaceOfContactCoverPage",
85
+ "jpcrp_cor:NameOfContactPersonNearestPlaceOfContactCoverPage",
86
+ "jpcrp_cor:TypesOfSecuritiesToRegisterForOfferingOrDistributionCoverPage",
87
+ "jpcrp_cor:AmountToRegisterForOfferingOrDistributionCoverPageTextBlock",
88
+ "jpcrp_cor:MattersSpecificToStabilizingOperationCoverPageTextBlock",
89
+ "jpcrp_cor:PlaceForPublicInspectionCoverPageTextBlock"
90
+ ],
91
+ "http://disclosure.edinet-fsa.go.jp/role/jpcrp/rol_CabinetOfficeOrdinanceOnDisclosureOfCorporateInformationEtcFormNo26SecuritiesRegistrationStatement": [
92
+ "jpcrp_cor:DocumentTitleCoverPage",
93
+ "jpcrp_cor:PlaceOfFilingCoverPage",
94
+ "jpcrp_cor:FilingDateCoverPage",
95
+ "jpcrp_cor:CompanyNameCoverPage",
96
+ "jpcrp_cor:CompanyNameInEnglishCoverPage",
97
+ "jpcrp_cor:TitleAndNameOfRepresentativeCoverPage",
98
+ "jpcrp_cor:AddressOfRegisteredHeadquarterCoverPage",
99
+ "jpcrp_cor:TelephoneNumberAddressOfRegisteredHeadquarterCoverPage",
100
+ "jpcrp_cor:NameOfContactPersonAddressOfRegisteredHeadquarterCoverPage",
101
+ "jpcrp_cor:NearestPlaceOfContactCoverPage",
102
+ "jpcrp_cor:TelephoneNumberNearestPlaceOfContactCoverPage",
103
+ "jpcrp_cor:NameOfContactPersonNearestPlaceOfContactCoverPage",
104
+ "jpcrp_cor:TypesOfSecuritiesToRegisterForOfferingOrDistributionCoverPage",
105
+ "jpcrp_cor:AmountToRegisterForOfferingOrDistributionCoverPageTextBlock",
106
+ "jpcrp_cor:MattersSpecificToStabilizingOperationCoverPageTextBlock",
107
+ "jpcrp_cor:PlaceForPublicInspectionCoverPageTextBlock"
108
+ ],
109
+ "http://disclosure.edinet-fsa.go.jp/role/jpcrp/rol_CabinetOfficeOrdinanceOnDisclosureOfCorporateInformationEtcFormNo27SecuritiesRegistrationStatement": [
110
+ "jpcrp_cor:DocumentTitleCoverPage",
111
+ "jpcrp_cor:PlaceOfFilingCoverPage",
112
+ "jpcrp_cor:FilingDateCoverPage",
113
+ "jpcrp_cor:CompanyNameCoverPage",
114
+ "jpcrp_cor:CompanyNameInEnglishCoverPage",
115
+ "jpcrp_cor:TitleAndNameOfRepresentativeCoverPage",
116
+ "jpcrp_cor:AddressOfRegisteredHeadquarterCoverPage",
117
+ "jpcrp_cor:TelephoneNumberAddressOfRegisteredHeadquarterCoverPage",
118
+ "jpcrp_cor:NameOfContactPersonAddressOfRegisteredHeadquarterCoverPage",
119
+ "jpcrp_cor:NearestPlaceOfContactCoverPage",
120
+ "jpcrp_cor:TelephoneNumberNearestPlaceOfContactCoverPage",
121
+ "jpcrp_cor:NameOfContactPersonNearestPlaceOfContactCoverPage",
122
+ "jpcrp_cor:TypesOfSecuritiesToRegisterForOfferingOrDistributionCoverPage",
123
+ "jpcrp_cor:AmountToRegisterForOfferingOrDistributionCoverPageTextBlock",
124
+ "jpcrp_cor:PlaceForPublicInspectionCoverPageTextBlock"
125
+ ],
126
+ "http://disclosure.edinet-fsa.go.jp/role/jpcrp/rol_CabinetOfficeOrdinanceOnDisclosureOfCorporateInformationEtcFormNo3AnnualSecuritiesReport": [
127
+ "jpcrp_cor:DocumentTitleCoverPage",
128
+ "jpcrp_cor:ClauseOfStipulationCoverPage",
129
+ "jpcrp_cor:PlaceOfFilingCoverPage",
130
+ "jpcrp_cor:FilingDateCoverPage",
131
+ "jpcrp_cor:FiscalYearCoverPage",
132
+ "jpcrp_cor:CompanyNameCoverPage",
133
+ "jpcrp_cor:CompanyNameInEnglishCoverPage",
134
+ "jpcrp_cor:TitleAndNameOfRepresentativeCoverPage",
135
+ "jpcrp_cor:AddressOfRegisteredHeadquarterCoverPage",
136
+ "jpcrp_cor:TelephoneNumberAddressOfRegisteredHeadquarterCoverPage",
137
+ "jpcrp_cor:NameOfContactPersonAddressOfRegisteredHeadquarterCoverPage",
138
+ "jpcrp_cor:NearestPlaceOfContactCoverPage",
139
+ "jpcrp_cor:TelephoneNumberNearestPlaceOfContactCoverPage",
140
+ "jpcrp_cor:NameOfContactPersonNearestPlaceOfContactCoverPage",
141
+ "jpcrp_cor:PlaceForPublicInspectionCoverPageTextBlock"
142
+ ],
143
+ "http://disclosure.edinet-fsa.go.jp/role/jpcrp/rol_CabinetOfficeOrdinanceOnDisclosureOfCorporateInformationEtcFormNo32AnnualSecuritiesReport": [
144
+ "jpcrp_cor:DocumentTitleCoverPage",
145
+ "jpcrp_cor:ClauseOfStipulationCoverPage",
146
+ "jpcrp_cor:PlaceOfFilingCoverPage",
147
+ "jpcrp_cor:FilingDateCoverPage",
148
+ "jpcrp_cor:FiscalYearCoverPage",
149
+ "jpcrp_cor:CompanyNameCoverPage",
150
+ "jpcrp_cor:CompanyNameInEnglishCoverPage",
151
+ "jpcrp_cor:TitleAndNameOfRepresentativeCoverPage",
152
+ "jpcrp_cor:AddressOfRegisteredHeadquarterCoverPage",
153
+ "jpcrp_cor:TelephoneNumberAddressOfRegisteredHeadquarterCoverPage",
154
+ "jpcrp_cor:NameOfContactPersonAddressOfRegisteredHeadquarterCoverPage",
155
+ "jpcrp_cor:NearestPlaceOfContactCoverPage",
156
+ "jpcrp_cor:TelephoneNumberNearestPlaceOfContactCoverPage",
157
+ "jpcrp_cor:NameOfContactPersonNearestPlaceOfContactCoverPage",
158
+ "jpcrp_cor:PlaceForPublicInspectionCoverPageTextBlock"
159
+ ],
160
+ "http://disclosure.edinet-fsa.go.jp/role/jpcrp/rol_CabinetOfficeOrdinanceOnDisclosureOfCorporateInformationEtcFormNo4AnnualSecuritiesReport": [
161
+ "jpcrp_cor:DocumentTitleCoverPage",
162
+ "jpcrp_cor:ClauseOfStipulationCoverPage",
163
+ "jpcrp_cor:PlaceOfFilingCoverPage",
164
+ "jpcrp_cor:FilingDateCoverPage",
165
+ "jpcrp_cor:FiscalYearCoverPage",
166
+ "jpcrp_cor:CompanyNameCoverPage",
167
+ "jpcrp_cor:CompanyNameInEnglishCoverPage",
168
+ "jpcrp_cor:TitleAndNameOfRepresentativeCoverPage",
169
+ "jpcrp_cor:AddressOfRegisteredHeadquarterCoverPage",
170
+ "jpcrp_cor:TelephoneNumberAddressOfRegisteredHeadquarterCoverPage",
171
+ "jpcrp_cor:NameOfContactPersonAddressOfRegisteredHeadquarterCoverPage",
172
+ "jpcrp_cor:NearestPlaceOfContactCoverPage",
173
+ "jpcrp_cor:TelephoneNumberNearestPlaceOfContactCoverPage",
174
+ "jpcrp_cor:NameOfContactPersonNearestPlaceOfContactCoverPage",
175
+ "jpcrp_cor:PlaceForPublicInspectionCoverPageTextBlock"
176
+ ],
177
+ "http://disclosure.edinet-fsa.go.jp/role/jpcrp/rol_CabinetOfficeOrdinanceOnDisclosureOfCorporateInformationEtcFormNo43SemiAnnualSecuritiesReport": [
178
+ "jpcrp_cor:DocumentTitleCoverPage",
179
+ "jpcrp_cor:ClauseOfStipulationCoverPage",
180
+ "jpcrp_cor:PlaceOfFilingCoverPage",
181
+ "jpcrp_cor:FilingDateCoverPage",
182
+ "jpcrp_cor:SemiAnnualAccountingPeriodCoverPage",
183
+ "jpcrp_cor:CompanyNameCoverPage",
184
+ "jpcrp_cor:CompanyNameInEnglishCoverPage",
185
+ "jpcrp_cor:TitleAndNameOfRepresentativeCoverPage",
186
+ "jpcrp_cor:AddressOfRegisteredHeadquarterCoverPage",
187
+ "jpcrp_cor:TelephoneNumberAddressOfRegisteredHeadquarterCoverPage",
188
+ "jpcrp_cor:NameOfContactPersonAddressOfRegisteredHeadquarterCoverPage",
189
+ "jpcrp_cor:NearestPlaceOfContactCoverPage",
190
+ "jpcrp_cor:TelephoneNumberNearestPlaceOfContactCoverPage",
191
+ "jpcrp_cor:NameOfContactPersonNearestPlaceOfContactCoverPage",
192
+ "jpcrp_cor:PlaceForPublicInspectionCoverPageTextBlock"
193
+ ],
194
+ "http://disclosure.edinet-fsa.go.jp/role/jpcrp/rol_CabinetOfficeOrdinanceOnDisclosureOfCorporateInformationEtcFormNo5SemiannualSecuritiesReport": [
195
+ "jpcrp_cor:DocumentTitleCoverPage",
196
+ "jpcrp_cor:ClauseOfStipulationCoverPage",
197
+ "jpcrp_cor:PlaceOfFilingCoverPage",
198
+ "jpcrp_cor:FilingDateCoverPage",
199
+ "jpcrp_cor:SemiAnnualAccountingPeriodCoverPage",
200
+ "jpcrp_cor:CompanyNameCoverPage",
201
+ "jpcrp_cor:CompanyNameInEnglishCoverPage",
202
+ "jpcrp_cor:TitleAndNameOfRepresentativeCoverPage",
203
+ "jpcrp_cor:AddressOfRegisteredHeadquarterCoverPage",
204
+ "jpcrp_cor:TelephoneNumberAddressOfRegisteredHeadquarterCoverPage",
205
+ "jpcrp_cor:NameOfContactPersonAddressOfRegisteredHeadquarterCoverPage",
206
+ "jpcrp_cor:NearestPlaceOfContactCoverPage",
207
+ "jpcrp_cor:TelephoneNumberNearestPlaceOfContactCoverPage",
208
+ "jpcrp_cor:NameOfContactPersonNearestPlaceOfContactCoverPage",
209
+ "jpcrp_cor:PlaceForPublicInspectionCoverPageTextBlock"
210
+ ],
211
+ "http://disclosure.edinet-fsa.go.jp/role/jpcrp/rol_CabinetOfficeOrdinanceOnDisclosureOfCorporateInformationEtcFormNo52SemiannualSecuritiesReport": [
212
+ "jpcrp_cor:DocumentTitleCoverPage",
213
+ "jpcrp_cor:ClauseOfStipulationCoverPage",
214
+ "jpcrp_cor:PlaceOfFilingCoverPage",
215
+ "jpcrp_cor:FilingDateCoverPage",
216
+ "jpcrp_cor:SemiAnnualAccountingPeriodCoverPage",
217
+ "jpcrp_cor:CompanyNameCoverPage",
218
+ "jpcrp_cor:CompanyNameInEnglishCoverPage",
219
+ "jpcrp_cor:TitleAndNameOfRepresentativeCoverPage",
220
+ "jpcrp_cor:AddressOfRegisteredHeadquarterCoverPage",
221
+ "jpcrp_cor:TelephoneNumberAddressOfRegisteredHeadquarterCoverPage",
222
+ "jpcrp_cor:NameOfContactPersonAddressOfRegisteredHeadquarterCoverPage",
223
+ "jpcrp_cor:NearestPlaceOfContactCoverPage",
224
+ "jpcrp_cor:TelephoneNumberNearestPlaceOfContactCoverPage",
225
+ "jpcrp_cor:NameOfContactPersonNearestPlaceOfContactCoverPage",
226
+ "jpcrp_cor:PlaceForPublicInspectionCoverPageTextBlock"
227
+ ],
228
+ "http://disclosure.edinet-fsa.go.jp/role/jpcrp-esr/rol_CabinetOfficeOrdinanceOnDisclosureOfCorporateInformationEtcFormNo53ExtraordinarySecuritiesReport": [
229
+ "jpcrp-esr_cor:DocumentTitleCoverPage",
230
+ "jpcrp-esr_cor:PlaceOfFilingCoverPage",
231
+ "jpcrp-esr_cor:FilingDateCoverPage",
232
+ "jpcrp-esr_cor:CompanyNameCoverPage",
233
+ "jpcrp-esr_cor:CompanyNameInEnglishCoverPage",
234
+ "jpcrp-esr_cor:TitleAndNameOfRepresentativeCoverPage",
235
+ "jpcrp-esr_cor:AddressOfRegisteredHeadquarterCoverPage",
236
+ "jpcrp-esr_cor:TelephoneNumberCoverPage",
237
+ "jpcrp-esr_cor:NameOfContactPersonCoverPage",
238
+ "jpcrp-esr_cor:NearestPlaceOfContactCoverPage",
239
+ "jpcrp-esr_cor:TelephoneNumberNearestPlaceOfContactCoverPage",
240
+ "jpcrp-esr_cor:NameOfContactPersonNearestPlaceOfContactCoverPage",
241
+ "jpcrp-esr_cor:PlaceForPublicInspectionCoverPageTextBlock"
242
+ ],
243
+ "http://disclosure.edinet-fsa.go.jp/role/jpcrp/rol_CabinetOfficeOrdinanceOnDisclosureOfCorporateInformationEtcFormNo11ShelfRegistrationStatement": [
244
+ "jpcrp_cor:ShelfRegistrationNumberCoverPage",
245
+ "jpcrp_cor:DocumentTitleCoverPage",
246
+ "jpcrp_cor:PlaceOfFilingCoverPage",
247
+ "jpcrp_cor:FilingDateCoverPage",
248
+ "jpcrp_cor:CompanyNameCoverPage",
249
+ "jpcrp_cor:CompanyNameInEnglishCoverPage",
250
+ "jpcrp_cor:TitleAndNameOfRepresentativeCoverPage",
251
+ "jpcrp_cor:AddressOfRegisteredHeadquarterCoverPage",
252
+ "jpcrp_cor:TelephoneNumberAddressOfRegisteredHeadquarterCoverPage",
253
+ "jpcrp_cor:NameOfContactPersonAddressOfRegisteredHeadquarterCoverPage",
254
+ "jpcrp_cor:NearestPlaceOfContactCoverPage",
255
+ "jpcrp_cor:TelephoneNumberNearestPlaceOfContactCoverPage",
256
+ "jpcrp_cor:NameOfContactPersonNearestPlaceOfContactCoverPage",
257
+ "jpcrp_cor:TypesOfSecuritiesToShelfRegisterForOfferingOrDistributionCoverPage",
258
+ "jpcrp_cor:PlannedPeriodOfIssueCoverPage",
259
+ "jpcrp_cor:PlannedAmountOfIssueOrLimitOnOutstandingBalanceCoverPageTextBlock",
260
+ "jpcrp_cor:MattersSpecificToStabilizingOperationCoverPageTextBlock",
261
+ "jpcrp_cor:PlaceForPublicInspectionCoverPageTextBlock"
262
+ ],
263
+ "http://disclosure.edinet-fsa.go.jp/role/jpcrp/rol_CabinetOfficeOrdinanceOnDisclosureOfCorporateInformationEtcFormNo112ShelfRegistrationStatement": [
264
+ "jpcrp_cor:ShelfRegistrationNumberCoverPage",
265
+ "jpcrp_cor:DocumentTitleCoverPage",
266
+ "jpcrp_cor:PlaceOfFilingCoverPage",
267
+ "jpcrp_cor:FilingDateCoverPage",
268
+ "jpcrp_cor:CompanyNameCoverPage",
269
+ "jpcrp_cor:CompanyNameInEnglishCoverPage",
270
+ "jpcrp_cor:TitleAndNameOfRepresentativeCoverPage",
271
+ "jpcrp_cor:AddressOfRegisteredHeadquarterCoverPage",
272
+ "jpcrp_cor:TelephoneNumberAddressOfRegisteredHeadquarterCoverPage",
273
+ "jpcrp_cor:NameOfContactPersonAddressOfRegisteredHeadquarterCoverPage",
274
+ "jpcrp_cor:NearestPlaceOfContactCoverPage",
275
+ "jpcrp_cor:TelephoneNumberNearestPlaceOfContactCoverPage",
276
+ "jpcrp_cor:NameOfContactPersonNearestPlaceOfContactCoverPage",
277
+ "jpcrp_cor:TypesOfSecuritiesToShelfRegisterForOfferingOrDistributionCoverPage",
278
+ "jpcrp_cor:PlannedPeriodOfIssueCoverPage",
279
+ "jpcrp_cor:PlannedAmountOfIssueOrLimitOnOutstandingBalanceCoverPageTextBlock",
280
+ "jpcrp_cor:PlaceForPublicInspectionCoverPageTextBlock"
281
+ ],
282
+ "http://disclosure.edinet-fsa.go.jp/role/jpcrp/rol_CabinetOfficeOrdinanceOnDisclosureOfCorporateInformationEtcFormNo1122ShelfRegistrationStatement": [
283
+ "jpcrp_cor:ShelfRegistrationNumberCoverPage",
284
+ "jpcrp_cor:DocumentTitleCoverPage",
285
+ "jpcrp_cor:PlaceOfFilingCoverPage",
286
+ "jpcrp_cor:FilingDateCoverPage",
287
+ "jpcrp_cor:CompanyNameCoverPage",
288
+ "jpcrp_cor:CompanyNameInEnglishCoverPage",
289
+ "jpcrp_cor:TitleAndNameOfRepresentativeCoverPage",
290
+ "jpcrp_cor:AddressOfRegisteredHeadquarterCoverPage",
291
+ "jpcrp_cor:TelephoneNumberAddressOfRegisteredHeadquarterCoverPage",
292
+ "jpcrp_cor:NameOfContactPersonAddressOfRegisteredHeadquarterCoverPage",
293
+ "jpcrp_cor:NearestPlaceOfContactCoverPage",
294
+ "jpcrp_cor:TelephoneNumberNearestPlaceOfContactCoverPage",
295
+ "jpcrp_cor:NameOfContactPersonNearestPlaceOfContactCoverPage",
296
+ "jpcrp_cor:TypesOfSecuritiesToShelfRegisterForOfferingOrDistributionCoverPage",
297
+ "jpcrp_cor:PlannedPeriodOfIssueCoverPage",
298
+ "jpcrp_cor:PlannedAmountOfIssueOrLimitOnOutstandingBalanceCoverPageTextBlock",
299
+ "jpcrp_cor:PlaceForPublicInspectionCoverPageTextBlock"
300
+ ],
301
+ "http://disclosure.edinet-fsa.go.jp/role/jpcrp/rol_CabinetOfficeOrdinanceOnDisclosureOfCorporateInformationEtcFormNo12ShelfRegistrationSupplements": [
302
+ "jpcrp_cor:ShelfRegistrationSupplementNumberCoverPage",
303
+ "jpcrp_cor:DocumentTitleCoverPage",
304
+ "jpcrp_cor:PlaceOfFilingCoverPage",
305
+ "jpcrp_cor:FilingDateCoverPage",
306
+ "jpcrp_cor:CompanyNameCoverPage",
307
+ "jpcrp_cor:CompanyNameInEnglishCoverPage",
308
+ "jpcrp_cor:TitleAndNameOfRepresentativeCoverPage",
309
+ "jpcrp_cor:AddressOfRegisteredHeadquarterCoverPage",
310
+ "jpcrp_cor:TelephoneNumberAddressOfRegisteredHeadquarterCoverPage",
311
+ "jpcrp_cor:NameOfContactPersonAddressOfRegisteredHeadquarterCoverPage",
312
+ "jpcrp_cor:NearestPlaceOfContactCoverPage",
313
+ "jpcrp_cor:TelephoneNumberNearestPlaceOfContactCoverPage",
314
+ "jpcrp_cor:NameOfContactPersonNearestPlaceOfContactCoverPage",
315
+ "jpcrp_cor:TypesOfSecuritiesToShelfRegisterForOfferingOrDistributionCoverPage",
316
+ "jpcrp_cor:AmountOfOfferingOrDistributionByThisRegistrationCoverPageTextBlock",
317
+ "jpcrp_cor:FilingDateContentsOfShelfRegistrationStatementCoverPage",
318
+ "jpcrp_cor:EffectiveDateContentsOfShelfRegistrationStatementCoverPage",
319
+ "jpcrp_cor:EndOfPeriodOfIssueContentsOfShelfRegistrationStatementCoverPage",
320
+ "jpcrp_cor:ShelfRegistrationNumberContentsOfShelfRegistrationStatementCoverPage",
321
+ "jpcrp_cor:PlannedAmountOfIssueOrLimitOnOutstandingBalanceContentsOfShelfRegistrationStatementCoverPage",
322
+ "jpcrp_cor:OfferingsAndDistributionsInPastCoverPageTextBlock",
323
+ "jpcrp_cor:RemainingAmountCoverPageTextBlock",
324
+ "jpcrp_cor:WhenLimitOnOutstandingBalanceWasSpecifiedRemainingAmountCoverPageTextBlock",
325
+ "jpcrp_cor:RemainingBalanceCoverPage",
326
+ "jpcrp_cor:MattersSpecificToStabilizingOperationCoverPageTextBlock",
327
+ "jpcrp_cor:PlaceForPublicInspectionCoverPageTextBlock"
328
+ ],
329
+ "http://disclosure.edinet-fsa.go.jp/role/jpcrp/rol_CabinetOfficeOrdinanceOnDisclosureOfCorporateInformationEtcFormNo122ShelfRegistrationSupplements": [
330
+ "jpcrp_cor:ShelfRegistrationSupplementNumberCoverPage",
331
+ "jpcrp_cor:DocumentTitleCoverPage",
332
+ "jpcrp_cor:PlaceOfFilingCoverPage",
333
+ "jpcrp_cor:FilingDateCoverPage",
334
+ "jpcrp_cor:CompanyNameCoverPage",
335
+ "jpcrp_cor:CompanyNameInEnglishCoverPage",
336
+ "jpcrp_cor:TitleAndNameOfRepresentativeCoverPage",
337
+ "jpcrp_cor:AddressOfRegisteredHeadquarterCoverPage",
338
+ "jpcrp_cor:TelephoneNumberAddressOfRegisteredHeadquarterCoverPage",
339
+ "jpcrp_cor:NameOfContactPersonAddressOfRegisteredHeadquarterCoverPage",
340
+ "jpcrp_cor:NearestPlaceOfContactCoverPage",
341
+ "jpcrp_cor:TelephoneNumberNearestPlaceOfContactCoverPage",
342
+ "jpcrp_cor:NameOfContactPersonNearestPlaceOfContactCoverPage",
343
+ "jpcrp_cor:TypesOfSecuritiesToShelfRegisterForOfferingOrDistributionCoverPage",
344
+ "jpcrp_cor:AmountOfOfferingOrDistributionByThisRegistrationCoverPageTextBlock",
345
+ "jpcrp_cor:FilingDateContentsOfShelfRegistrationStatementCoverPage",
346
+ "jpcrp_cor:EffectiveDateContentsOfShelfRegistrationStatementCoverPage",
347
+ "jpcrp_cor:EndOfPeriodOfIssueContentsOfShelfRegistrationStatementCoverPage",
348
+ "jpcrp_cor:ShelfRegistrationNumberContentsOfShelfRegistrationStatementCoverPage",
349
+ "jpcrp_cor:PlannedAmountOfIssueOrLimitOnOutstandingBalanceContentsOfShelfRegistrationStatementCoverPage",
350
+ "jpcrp_cor:RemainingAmountOrRemainingBalanceContentsOfShelfRegistrationStatementCoverPage",
351
+ "jpcrp_cor:PlaceForPublicInspectionCoverPageTextBlock"
352
+ ],
353
+ "http://disclosure.edinet-fsa.go.jp/role/jpcrp-sbr/rol_CabinetOfficeOrdinanceOnDisclosureOfCorporateInformationEtcFormNo17ShareBuybackReport": [
354
+ "jpcrp-sbr_cor:DocumentTitleCoverPage",
355
+ "jpcrp-sbr_cor:ClauseOfStipulationCoverPage",
356
+ "jpcrp-sbr_cor:PlaceOfFilingCoverPage",
357
+ "jpcrp-sbr_cor:FilingDateCoverPage",
358
+ "jpcrp-sbr_cor:ReportingPeriodCoverPage",
359
+ "jpcrp-sbr_cor:CompanyNameCoverPage",
360
+ "jpcrp-sbr_cor:CompanyNameInEnglishCoverPage",
361
+ "jpcrp-sbr_cor:TitleAndNameOfRepresentativeCoverPage",
362
+ "jpcrp-sbr_cor:AddressOfRegisteredHeadquarterCoverPage",
363
+ "jpcrp-sbr_cor:TelephoneNumberAddressOfRegisteredHeadquarterCoverPage",
364
+ "jpcrp-sbr_cor:NameOfContactPersonCoverPage",
365
+ "jpcrp-sbr_cor:NearestPlaceOfContactCoverPage",
366
+ "jpcrp-sbr_cor:TelephoneNumberNearestPlaceOfContactCoverPage",
367
+ "jpcrp-sbr_cor:NameOfContactPersonNearestPlaceOfContactCoverPage",
368
+ "jpcrp-sbr_cor:PlaceForPublicInspectionCoverPageTextBlock"
369
+ ],
370
+ "http://disclosure.edinet-fsa.go.jp/role/jpctl/rol_CabinetOfficeOrdinanceOnSystemForEnsuringAppropriatenessOfFinancialAndOtherDocumentsFormNo1InternalControlReport": [
371
+ "jpctl_cor:DocumentTitleCoverPage",
372
+ "jpctl_cor:ClauseOfStipulationCoverPage",
373
+ "jpctl_cor:PlaceOfFilingCoverPage",
374
+ "jpctl_cor:FilingDateCoverPage",
375
+ "jpctl_cor:CompanyNameCoverPage",
376
+ "jpctl_cor:CompanyNameInEnglishCoverPage",
377
+ "jpctl_cor:TitleAndNameOfRepresentativeCoverPage",
378
+ "jpctl_cor:TitleAndNameOfChiefFinancialOfficerCoverPage",
379
+ "jpctl_cor:AddressOfRegisteredHeadquarterCoverPage",
380
+ "jpctl_cor:PlaceForPublicInspectionCoverPageTextBlock"
381
+ ],
382
+ "http://disclosure.edinet-fsa.go.jp/role/jplvh/rol_CabinetOfficeOrdinanceOnDisclosureOfStatusOfLargeVolumeHoldingOfShareCertificatesEtcFormNo1ReportOfLargeVolumeHolding": [
383
+ "jplvh_cor:DocumentTitleCoverPage",
384
+ "jplvh_cor:ClauseOfStipulationCoverPage",
385
+ "jplvh_cor:PlaceOfFilingCoverPage",
386
+ "jplvh_cor:NameCoverPage",
387
+ "jplvh_cor:ResidentialAddressOrAddressOfRegisteredHeadquarterCoverPage",
388
+ "jplvh_cor:DateWhenFilingRequirementAroseCoverPage",
389
+ "jplvh_cor:FilingDateCoverPage",
390
+ "jplvh_cor:TotalNumberOfFilersAndJointHoldersCoverPage",
391
+ "jplvh_cor:ArrangementOfFilingCoverPage",
392
+ "jplvh_cor:ReasonForFilingChangeReportCoverPage",
393
+ "jplvh_cor:ReasonForFilingChangeReportCoverPageNA"
394
+ ],
395
+ "http://disclosure.edinet-fsa.go.jp/role/jplvh/rol_CabinetOfficeOrdinanceOnDisclosureOfStatusOfLargeVolumeHoldingOfShareCertificatesEtcFormNo1AndNo2ReportOfLargeVolumeHolding": [
396
+ "jplvh_cor:DocumentTitleCoverPage",
397
+ "jplvh_cor:ClauseOfStipulationCoverPage",
398
+ "jplvh_cor:PlaceOfFilingCoverPage",
399
+ "jplvh_cor:NameCoverPage",
400
+ "jplvh_cor:ResidentialAddressOrAddressOfRegisteredHeadquarterCoverPage",
401
+ "jplvh_cor:DateWhenFilingRequirementAroseCoverPage",
402
+ "jplvh_cor:FilingDateCoverPage",
403
+ "jplvh_cor:TotalNumberOfFilersAndJointHoldersCoverPage",
404
+ "jplvh_cor:ArrangementOfFilingCoverPage",
405
+ "jplvh_cor:ReasonForFilingChangeReportCoverPage",
406
+ "jplvh_cor:ReasonForFilingChangeReportCoverPageNA"
407
+ ],
408
+ "http://disclosure.edinet-fsa.go.jp/role/jplvh/rol_CabinetOfficeOrdinanceOnDisclosureOfStatusOfLargeVolumeHoldingOfShareCertificatesEtcFormNo3ReportOfLargeVolumeHolding": [
409
+ "jplvh_cor:DocumentTitleCoverPage",
410
+ "jplvh_cor:ClauseOfStipulationCoverPage",
411
+ "jplvh_cor:PlaceOfFilingCoverPage",
412
+ "jplvh_cor:NameCoverPage",
413
+ "jplvh_cor:ResidentialAddressOrAddressOfRegisteredHeadquarterCoverPage",
414
+ "jplvh_cor:DateWhenFilingRequirementAroseCoverPage",
415
+ "jplvh_cor:FilingDateCoverPage",
416
+ "jplvh_cor:TotalNumberOfFilersAndJointHoldersCoverPage",
417
+ "jplvh_cor:ArrangementOfFilingCoverPage",
418
+ "jplvh_cor:ReasonForFilingChangeReportCoverPage",
419
+ "jplvh_cor:ReasonForFilingChangeReportCoverPageNA"
420
+ ],
421
+ "http://disclosure.edinet-fsa.go.jp/role/jpsps-esr/rol_CabinetOfficeOrdinanceOnDisclosureOfInformationEtcOnSpecifiedSecuritiesExtraordinarySecuritiesReport": [
422
+ "jpsps-esr_cor:DocumentTitleCoverPage",
423
+ "jpsps-esr_cor:PlaceOfFilingCoverPage",
424
+ "jpsps-esr_cor:FilingDateCoverPage",
425
+ "jpsps-esr_cor:FundNameCoverPage",
426
+ "jpsps-esr_cor:IssuerNameCoverPage",
427
+ "jpsps-esr_cor:TitleAndNameOfRepresentativeCoverPage",
428
+ "jpsps-esr_cor:AddressOfRegisteredHeadquarterCoverPage",
429
+ "jpsps-esr_cor:NameOfContactPersonCoverPage",
430
+ "jpsps-esr_cor:PlaceOfContactCoverPage",
431
+ "jpsps-esr_cor:TelephoneNumberCoverPage",
432
+ "jpsps-esr_cor:PlaceForPublicInspectionCoverPageTextBlock"
433
+ ],
434
+ "http://disclosure.edinet-fsa.go.jp/role/jpsps/rol_CabinetOfficeOrdinanceOnDisclosureOfInformationEtcOnSpecifiedSecuritiesFormNo4SecuritiesRegistrationStatement": [
435
+ "jpsps_cor:DocumentTitleCoverPage",
436
+ "jpsps_cor:PlaceOfFilingCoverPage",
437
+ "jpsps_cor:FilingDateCoverPage",
438
+ "jpsps_cor:IssuerNameCoverPage",
439
+ "jpsps_cor:TitleAndNameOfRepresentativeCoverPage",
440
+ "jpsps_cor:AddressOfRegisteredHeadquarterCoverPage",
441
+ "jpsps_cor:NameOfContactPersonCoverPage",
442
+ "jpsps_cor:PlaceOfContactCoverPage",
443
+ "jpsps_cor:TelephoneNumberCoverPage",
444
+ "jpsps_cor:NameOfFundRelatedToDomesticInvestmentTrustBeneficiaryCertificateToRegisterForOfferingOrDistributionCoverPageTextBlock",
445
+ "jpsps_cor:AmountOfDomesticInvestmentTrustBeneficiaryCertificateToRegisterForOfferingOrDistributionCoverPageTextBlock",
446
+ "jpsps_cor:PlaceForPublicInspectionCoverPageTextBlock"
447
+ ],
448
+ "http://disclosure.edinet-fsa.go.jp/role/jpsps/rol_CabinetOfficeOrdinanceOnDisclosureOfInformationEtcOnSpecifiedSecuritiesFormNo43SecuritiesRegistrationStatement": [
449
+ "jpsps_cor:DocumentTitleCoverPage",
450
+ "jpsps_cor:PlaceOfFilingCoverPage",
451
+ "jpsps_cor:FilingDateCoverPage",
452
+ "jpsps_cor:IssuerNameCoverPage",
453
+ "jpsps_cor:TitleAndNameOfRepresentativeCoverPage",
454
+ "jpsps_cor:AddressOfRegisteredHeadquarterCoverPage",
455
+ "jpsps_cor:NameOfContactPersonCoverPage",
456
+ "jpsps_cor:TelephoneNumberCoverPage",
457
+ "jpsps_cor:NameOfInvestmentCorporationRelatedToDomesticInvestmentSecuritiesToRegisterForOfferingOrDistributionCoverPage",
458
+ "jpsps_cor:LegalFormAndAmountOfDomesticInvestmentSecuritiesToRegisterForOfferingOrDistributionCoverPageTextBlock",
459
+ "jpsps_cor:PlaceForPublicInspectionCoverPageTextBlock"
460
+ ],
461
+ "http://disclosure.edinet-fsa.go.jp/role/jpsps/rol_CabinetOfficeOrdinanceOnDisclosureOfInformationEtcOnSpecifiedSecuritiesFormNo432SecuritiesRegistrationStatement": [
462
+ "jpsps_cor:DocumentTitleCoverPage",
463
+ "jpsps_cor:PlaceOfFilingCoverPage",
464
+ "jpsps_cor:FilingDateCoverPage",
465
+ "jpsps_cor:IssuerNameCoverPage",
466
+ "jpsps_cor:TitleAndNameOfRepresentativeCoverPage",
467
+ "jpsps_cor:AddressOfRegisteredHeadquarterCoverPage",
468
+ "jpsps_cor:NameOfContactPersonCoverPage",
469
+ "jpsps_cor:TelephoneNumberCoverPage",
470
+ "jpsps_cor:NameOfInvestmentCorporationRelatedToDomesticInvestmentSecuritiesToRegisterForOfferingOrDistributionCoverPage",
471
+ "jpsps_cor:LegalFormAndAmountOfDomesticInvestmentSecuritiesToRegisterForOfferingOrDistributionCoverPageTextBlock",
472
+ "jpsps_cor:PlaceForPublicInspectionCoverPageTextBlock"
473
+ ],
474
+ "http://disclosure.edinet-fsa.go.jp/role/jpsps/rol_CabinetOfficeOrdinanceOnDisclosureOfInformationEtcOnSpecifiedSecuritiesFormNo433SecuritiesRegistrationStatement": [
475
+ "jpsps_cor:DocumentTitleCoverPage",
476
+ "jpsps_cor:PlaceOfFilingCoverPage",
477
+ "jpsps_cor:FilingDateCoverPage",
478
+ "jpsps_cor:IssuerNameCoverPage",
479
+ "jpsps_cor:TitleAndNameOfRepresentativeCoverPage",
480
+ "jpsps_cor:AddressOfRegisteredHeadquarterCoverPage",
481
+ "jpsps_cor:NameOfContactPersonCoverPage",
482
+ "jpsps_cor:TelephoneNumberCoverPage",
483
+ "jpsps_cor:NameOfInvestmentCorporationRelatedToDomesticInvestmentSecuritiesToRegisterForOfferingOrDistributionCoverPage",
484
+ "jpsps_cor:LegalFormAndAmountOfDomesticInvestmentSecuritiesToRegisterForOfferingOrDistributionCoverPageTextBlock",
485
+ "jpsps_cor:MattersSpecificToStabilizingOperationCoverPageTextBlock",
486
+ "jpsps_cor:PlaceForPublicInspectionCoverPageTextBlock"
487
+ ],
488
+ "http://disclosure.edinet-fsa.go.jp/role/jpsps/rol_CabinetOfficeOrdinanceOnDisclosureOfInformationEtcOnSpecifiedSecuritiesFormNo67AndNo7AnnualSecuritiesReportAlsoDeemedAsSecuritiesRegistrationStatement": [
489
+ "jpsps_cor:DocumentTitleAnnualSecuritiesReportCoverPage",
490
+ "jpsps_cor:PlaceOfFilingCoverPage",
491
+ "jpsps_cor:FilingDateCoverPage",
492
+ "jpsps_cor:AccountingPeriodCoverPage",
493
+ "jpsps_cor:FundNameCoverPage",
494
+ "jpsps_cor:IssuerNameCoverPage",
495
+ "jpsps_cor:TitleAndNameOfRepresentativeCoverPage",
496
+ "jpsps_cor:AddressOfRegisteredHeadquarterCoverPage",
497
+ "jpsps_cor:NameOfContactPersonCoverPage",
498
+ "jpsps_cor:PlaceOfContactCoverPage",
499
+ "jpsps_cor:TelephoneNumberCoverPage",
500
+ "jpsps_cor:PlaceForPublicInspectionCoverPageTextBlock",
501
+ "jpsps_cor:DocumentTitleParticularsOfPublicOfferingEtcCoverPage",
502
+ "jpsps_cor:PlaceOfFilingCoverPage",
503
+ "jpsps_cor:FilingDateCoverPage",
504
+ "jpsps_cor:IssuerNameCoverPage",
505
+ "jpsps_cor:TitleAndNameOfRepresentativeCoverPage",
506
+ "jpsps_cor:NameOfFundRelatedToDomesticInvestmentTrustBeneficiaryCertificateToRegisterForOfferingOrDistributionCoverPageTextBlock",
507
+ "jpsps_cor:AmountOfDomesticInvestmentTrustBeneficiaryCertificateToRegisterForOfferingOrDistributionCoverPageTextBlock",
508
+ "jpsps_cor:PlaceForPublicInspectionCoverPageTextBlock"
509
+ ],
510
+ "http://disclosure.edinet-fsa.go.jp/role/jpsps/rol_CabinetOfficeOrdinanceOnDisclosureOfInformationEtcOnSpecifiedSecuritiesFormNo7AnnualSecuritiesReport": [
511
+ "jpsps_cor:DocumentTitleCoverPage",
512
+ "jpsps_cor:PlaceOfFilingCoverPage",
513
+ "jpsps_cor:FilingDateCoverPage",
514
+ "jpsps_cor:AccountingPeriodCoverPage",
515
+ "jpsps_cor:FundNameCoverPage",
516
+ "jpsps_cor:IssuerNameCoverPage",
517
+ "jpsps_cor:TitleAndNameOfRepresentativeCoverPage",
518
+ "jpsps_cor:AddressOfRegisteredHeadquarterCoverPage",
519
+ "jpsps_cor:NameOfContactPersonCoverPage",
520
+ "jpsps_cor:PlaceOfContactCoverPage",
521
+ "jpsps_cor:TelephoneNumberCoverPage",
522
+ "jpsps_cor:PlaceForPublicInspectionCoverPageTextBlock"
523
+ ],
524
+ "http://disclosure.edinet-fsa.go.jp/role/jpsps/rol_CabinetOfficeOrdinanceOnDisclosureOfInformationEtcOnSpecifiedSecuritiesFormNo73AnnualSecuritiesReport": [
525
+ "jpsps_cor:DocumentTitleCoverPage",
526
+ "jpsps_cor:PlaceOfFilingCoverPage",
527
+ "jpsps_cor:FilingDateCoverPage",
528
+ "jpsps_cor:AccountingPeriodCoverPage",
529
+ "jpsps_cor:IssuerNameCoverPage",
530
+ "jpsps_cor:TitleAndNameOfRepresentativeCoverPage",
531
+ "jpsps_cor:AddressOfRegisteredHeadquarterCoverPage",
532
+ "jpsps_cor:NameOfContactPersonCoverPage",
533
+ "jpsps_cor:PlaceOfContactCoverPage",
534
+ "jpsps_cor:TelephoneNumberCoverPage",
535
+ "jpsps_cor:PlaceForPublicInspectionCoverPageTextBlock"
536
+ ],
537
+ "http://disclosure.edinet-fsa.go.jp/role/jpsps/rol_CabinetOfficeOrdinanceOnDisclosureOfInformationEtcOnSpecifiedSecuritiesFormNo10SemiannualSecuritiesReport": [
538
+ "jpsps_cor:DocumentTitleCoverPage",
539
+ "jpsps_cor:PlaceOfFilingCoverPage",
540
+ "jpsps_cor:FilingDateCoverPage",
541
+ "jpsps_cor:AccountingPeriodCoverPage",
542
+ "jpsps_cor:FundNameCoverPage",
543
+ "jpsps_cor:IssuerNameCoverPage",
544
+ "jpsps_cor:TitleAndNameOfRepresentativeCoverPage",
545
+ "jpsps_cor:AddressOfRegisteredHeadquarterCoverPage",
546
+ "jpsps_cor:NameOfContactPersonCoverPage",
547
+ "jpsps_cor:PlaceOfContactCoverPage",
548
+ "jpsps_cor:TelephoneNumberCoverPage",
549
+ "jpsps_cor:PlaceForPublicInspectionCoverPageTextBlock"
550
+ ],
551
+ "http://disclosure.edinet-fsa.go.jp/role/jpsps/rol_CabinetOfficeOrdinanceOnDisclosureOfInformationEtcOnSpecifiedSecuritiesFormNo103SemiannualSecuritiesReport": [
552
+ "jpsps_cor:DocumentTitleCoverPage",
553
+ "jpsps_cor:PlaceOfFilingCoverPage",
554
+ "jpsps_cor:FilingDateCoverPage",
555
+ "jpsps_cor:AccountingPeriodCoverPage",
556
+ "jpsps_cor:IssuerNameCoverPage",
557
+ "jpsps_cor:TitleAndNameOfRepresentativeCoverPage",
558
+ "jpsps_cor:AddressOfRegisteredHeadquarterCoverPage",
559
+ "jpsps_cor:NameOfContactPersonCoverPage",
560
+ "jpsps_cor:PlaceOfContactCoverPage",
561
+ "jpsps_cor:TelephoneNumberCoverPage",
562
+ "jpsps_cor:PlaceForPublicInspectionCoverPageTextBlock"
563
+ ],
564
+ "http://disclosure.edinet-fsa.go.jp/role/jpsps/rol_CabinetOfficeOrdinanceOnDisclosureOfInformationEtcOnSpecifiedSecuritiesFormNo15ShelfRegistrationStatement": [
565
+ "jpsps_cor:ShelfRegistrationNumberCoverPage",
566
+ "jpsps_cor:DocumentTitleCoverPage",
567
+ "jpsps_cor:PlaceOfFilingCoverPage",
568
+ "jpsps_cor:FilingDateCoverPage",
569
+ "jpsps_cor:IssuerNameCoverPage",
570
+ "jpsps_cor:TitleAndNameOfRepresentativeCoverPage",
571
+ "jpsps_cor:AddressOfRegisteredHeadquarterCoverPage",
572
+ "jpsps_cor:NameOfContactPersonCoverPage",
573
+ "jpsps_cor:TelephoneNumberCoverPage",
574
+ "jpsps_cor:NameOfInvestmentCorporationRelatedToDomesticInvestmentSecuritiesToShelfRegisterForOfferingOrDistributionCoverPage",
575
+ "jpsps_cor:LegalFormOfDomesticInvestmentSecuritiesToShelfRegisterForOfferingOrDistributionCoverPage",
576
+ "jpsps_cor:PlannedPeriodOfIssueCoverPage",
577
+ "jpsps_cor:PlannedAmountOfIssueOrLimitOnOutstandingBalanceCoverPage",
578
+ "jpsps_cor:MattersSpecificToStabilizingOperationCoverPageTextBlock",
579
+ "jpsps_cor:PlaceForPublicInspectionCoverPageTextBlock"
580
+ ],
581
+ "http://disclosure.edinet-fsa.go.jp/role/jpsps/rol_CabinetOfficeOrdinanceOnDisclosureOfInformationEtcOnSpecifiedSecuritiesFormNo153ShelfRegistrationStatement": [
582
+ "jpsps_cor:ShelfRegistrationNumberCoverPage",
583
+ "jpsps_cor:DocumentTitleCoverPage",
584
+ "jpsps_cor:PlaceOfFilingCoverPage",
585
+ "jpsps_cor:FilingDateCoverPage",
586
+ "jpsps_cor:IssuerNameCoverPage",
587
+ "jpsps_cor:TitleAndNameOfRepresentativeCoverPage",
588
+ "jpsps_cor:AddressOfRegisteredHeadquarterCoverPage",
589
+ "jpsps_cor:NameOfContactPersonCoverPage",
590
+ "jpsps_cor:TelephoneNumberCoverPage",
591
+ "jpsps_cor:NameOfInvestmentCorporationRelatedToDomesticInvestmentCorporationBondsToShelfRegisterForOfferingOrDistributionCoverPage",
592
+ "jpsps_cor:PlannedPeriodOfIssueCoverPage",
593
+ "jpsps_cor:PlannedAmountOfIssueOrLimitOnOutstandingBalanceCoverPage",
594
+ "jpsps_cor:PlaceForPublicInspectionCoverPageTextBlock"
595
+ ],
596
+ "http://disclosure.edinet-fsa.go.jp/role/jpsps/rol_CabinetOfficeOrdinanceOnDisclosureOfInformationEtcOnSpecifiedSecuritiesFormNo21ShelfRegistrationSupplements": [
597
+ "jpsps_cor:ShelfRegistrationSupplementNumberCoverPage",
598
+ "jpsps_cor:DocumentTitleCoverPage",
599
+ "jpsps_cor:PlaceOfFilingCoverPage",
600
+ "jpsps_cor:FilingDateCoverPage",
601
+ "jpsps_cor:IssuerNameCoverPage",
602
+ "jpsps_cor:TitleAndNameOfRepresentativeCoverPage",
603
+ "jpsps_cor:AddressOfRegisteredHeadquarterCoverPage",
604
+ "jpsps_cor:NameOfContactPersonCoverPage",
605
+ "jpsps_cor:TelephoneNumberCoverPage",
606
+ "jpsps_cor:NameOfInvestmentCorporationRelatedToDomesticInvestmentSecuritiesToShelfRegisterForOfferingOrDistributionCoverPage",
607
+ "jpsps_cor:LegalFormOfDomesticInvestmentSecuritiesToShelfRegisterForOfferingOrDistributionCoverPage",
608
+ "jpsps_cor:AmountOfOfferingOrDistributionByThisRegistrationCoverPageTextBlock",
609
+ "jpsps_cor:FilingDateContentsOfShelfRegistrationStatementCoverPage",
610
+ "jpsps_cor:EffectiveDateContentsOfShelfRegistrationStatementCoverPage",
611
+ "jpsps_cor:EndOfPeriodOfIssueContentsOfShelfRegistrationStatementCoverPage",
612
+ "jpsps_cor:ShelfRegistrationNumberContentsOfShelfRegistrationStatementCoverPage",
613
+ "jpsps_cor:PlannedAmountOfIssueOrLimitOnOutstandingBalanceContentsOfShelfRegistrationStatementCoverPage",
614
+ "jpsps_cor:OfferingsAndDistributionsInPastCoverPageTextBlock",
615
+ "jpsps_cor:RemainingAmountCoverPageTextBlock",
616
+ "jpsps_cor:WhenLimitOnOutstandingBalanceWasSpecifiedRemainingAmountCoverPageTextBlock",
617
+ "jpsps_cor:RemainingBalanceCoverPage",
618
+ "jpsps_cor:MattersSpecificToStabilizingOperationCoverPageTextBlock",
619
+ "jpsps_cor:PlaceForPublicInspectionCoverPageTextBlock"
620
+ ],
621
+ "http://disclosure.edinet-fsa.go.jp/role/jpsps-sbr/rol_CabinetOfficeOrdinanceOnDisclosureOfInformationEtcOnSpecifiedSecuritiesFormNo253ShareBuybackReport": [
622
+ "jpsps-sbr_cor:DocumentTitleCoverPage",
623
+ "jpsps-sbr_cor:ClauseOfStipulationCoverPage",
624
+ "jpsps-sbr_cor:PlaceOfFilingCoverPage",
625
+ "jpsps-sbr_cor:FilingDateCoverPage",
626
+ "jpsps-sbr_cor:ReportingPeriodCoverPage",
627
+ "jpsps-sbr_cor:IssuerNameCoverPage",
628
+ "jpsps-sbr_cor:TitleAndNameOfRepresentativeCoverPage",
629
+ "jpsps-sbr_cor:AddressOfRegisteredHeadquarterCoverPage",
630
+ "jpsps-sbr_cor:NameOfContactPersonCoverPage",
631
+ "jpsps-sbr_cor:TelephoneNumberCoverPage",
632
+ "jpsps-sbr_cor:PlaceForPublicInspectionCoverPageTextBlock"
633
+ ],
634
+ "http://disclosure.edinet-fsa.go.jp/role/jptoi/rol_CabinetOfficeOrdinanceOnDisclosureOfTenderOfferForListedShareCertificatesEtcByIssuerFormNo2TenderOfferNotification": [
635
+ "jptoi_cor:DocumentTitleCoverPage",
636
+ "jptoi_cor:PlaceOfFilingCoverPage",
637
+ "jptoi_cor:FilingDateCoverPage",
638
+ "jptoi_cor:FullNameOrNameOfFilerOfNotificationCoverPage",
639
+ "jptoi_cor:LocationOfFilerOfNotificationCoverPage",
640
+ "jptoi_cor:NearestPlaceOfContactCoverPage",
641
+ "jptoi_cor:TelephoneNumberCoverPage",
642
+ "jptoi_cor:NameOfContactPersonCoverPage",
643
+ "jptoi_cor:NameOfLegalRepresentativeCoverPage",
644
+ "jptoi_cor:NameOfLegalRepresentativeCoverPageNA",
645
+ "jptoi_cor:ResidentialAddressOrLocationOfLegalRepresentativeCoverPage",
646
+ "jptoi_cor:ResidentialAddressOrLocationOfLegalRepresentativeCoverPageNA",
647
+ "jptoi_cor:NearestPlaceOfContactLegalRepresentativeCoverPage",
648
+ "jptoi_cor:NearestPlaceOfContactLegalRepresentativeCoverPageNA",
649
+ "jptoi_cor:TelephoneNumberLegalRepresentativeCoverPage",
650
+ "jptoi_cor:TelephoneNumberLegalRepresentativeCoverPageNA",
651
+ "jptoi_cor:NameOfContactPersonLegalRepresentativeCoverPage",
652
+ "jptoi_cor:NameOfContactPersonLegalRepresentativeCoverPageNA",
653
+ "jptoi_cor:PlaceForPublicInspectionCoverPageTextBlock",
654
+ "jptoi_cor:PlaceForPublicInspectionCoverPageNA"
655
+ ],
656
+ "http://disclosure.edinet-fsa.go.jp/role/jptoi/rol_CabinetOfficeOrdinanceOnDisclosureOfTenderOfferForListedShareCertificatesEtcByIssuerFormNo3WrittenWithdrawalOfTenderOffer": [
657
+ "jptoi_cor:DocumentTitleCoverPage",
658
+ "jptoi_cor:PlaceOfFilingCoverPage",
659
+ "jptoi_cor:FilingDateCoverPage",
660
+ "jptoi_cor:FullNameOrNameOfFilerOfNotificationCoverPage",
661
+ "jptoi_cor:ResidentialAddressOrLocationOfFilerOfNotificationCoverPage",
662
+ "jptoi_cor:NearestPlaceOfContactCoverPage",
663
+ "jptoi_cor:TelephoneNumberCoverPage",
664
+ "jptoi_cor:NameOfContactPersonCoverPage",
665
+ "jptoi_cor:NameOfLegalRepresentativeCoverPage",
666
+ "jptoi_cor:NameOfLegalRepresentativeCoverPageNA",
667
+ "jptoi_cor:ResidentialAddressOrLocationOfLegalRepresentativeCoverPage",
668
+ "jptoi_cor:ResidentialAddressOrLocationOfLegalRepresentativeCoverPageNA",
669
+ "jptoi_cor:NearestPlaceOfContactLegalRepresentativeCoverPage",
670
+ "jptoi_cor:NearestPlaceOfContactLegalRepresentativeCoverPageNA",
671
+ "jptoi_cor:TelephoneNumberLegalRepresentativeCoverPage",
672
+ "jptoi_cor:TelephoneNumberLegalRepresentativeCoverPageNA",
673
+ "jptoi_cor:NameOfContactPersonLegalRepresentativeCoverPage",
674
+ "jptoi_cor:NameOfContactPersonLegalRepresentativeCoverPageNA",
675
+ "jptoi_cor:PlaceForPublicInspectionCoverPageTextBlock",
676
+ "jptoi_cor:PlaceForPublicInspectionCoverPageNA"
677
+ ],
678
+ "http://disclosure.edinet-fsa.go.jp/role/jptoi/rol_CabinetOfficeOrdinanceOnDisclosureOfTenderOfferForListedShareCertificatesEtcByIssuerFormNo4TenderOfferReport": [
679
+ "jptoi_cor:DocumentTitleCoverPage",
680
+ "jptoi_cor:PlaceOfFilingCoverPage",
681
+ "jptoi_cor:FilingDateCoverPage",
682
+ "jptoi_cor:NameOfFilerCoverPage",
683
+ "jptoi_cor:LocationOfFilerCoverPage",
684
+ "jptoi_cor:NearestPlaceOfContactCoverPage",
685
+ "jptoi_cor:TelephoneNumberCoverPage",
686
+ "jptoi_cor:NameOfContactPersonCoverPage",
687
+ "jptoi_cor:NameOfLegalRepresentativeCoverPage",
688
+ "jptoi_cor:NameOfLegalRepresentativeCoverPageNA",
689
+ "jptoi_cor:ResidentialAddressOrLocationOfLegalRepresentativeCoverPage",
690
+ "jptoi_cor:ResidentialAddressOrLocationOfLegalRepresentativeCoverPageNA",
691
+ "jptoi_cor:NearestPlaceOfContactLegalRepresentativeCoverPage",
692
+ "jptoi_cor:NearestPlaceOfContactLegalRepresentativeCoverPageNA",
693
+ "jptoi_cor:TelephoneNumberLegalRepresentativeCoverPage",
694
+ "jptoi_cor:TelephoneNumberLegalRepresentativeCoverPageNA",
695
+ "jptoi_cor:NameOfContactPersonLegalRepresentativeCoverPage",
696
+ "jptoi_cor:NameOfContactPersonLegalRepresentativeCoverPageNA",
697
+ "jptoi_cor:PlaceForPublicInspectionCoverPageTextBlock",
698
+ "jptoi_cor:PlaceForPublicInspectionCoverPageNA"
699
+ ],
700
+ "http://disclosure.edinet-fsa.go.jp/role/jptoo-ton/rol_CabinetOfficeOrdinanceOnDisclosureOfTenderOfferForShareCertificatesEtcByThoseOtherThanIssuerFormNo2TenderOfferNotification": [
701
+ "jptoo-ton_cor:DocumentTitleCoverPage",
702
+ "jptoo-ton_cor:PlaceOfFilingCoverPage",
703
+ "jptoo-ton_cor:FilingDateCoverPage",
704
+ "jptoo-ton_cor:FullNameOrNameOfFilerOfNotificationCoverPage",
705
+ "jptoo-ton_cor:ResidentialAddressOrLocationOfFilerOfNotificationCoverPage",
706
+ "jptoo-ton_cor:NearestPlaceOfContactCoverPage",
707
+ "jptoo-ton_cor:TelephoneNumberCoverPage",
708
+ "jptoo-ton_cor:NameOfContactPersonCoverPage",
709
+ "jptoo-ton_cor:NameOfLegalRepresentativeCoverPage",
710
+ "jptoo-ton_cor:NameOfLegalRepresentativeCoverPageNA",
711
+ "jptoo-ton_cor:ResidentialAddressOrLocationOfLegalRepresentativeCoverPage",
712
+ "jptoo-ton_cor:ResidentialAddressOrLocationOfLegalRepresentativeCoverPageNA",
713
+ "jptoo-ton_cor:NearestPlaceOfContactLegalRepresentativeCoverPage",
714
+ "jptoo-ton_cor:NearestPlaceOfContactLegalRepresentativeCoverPageNA",
715
+ "jptoo-ton_cor:TelephoneNumberLegalRepresentativeCoverPage",
716
+ "jptoo-ton_cor:TelephoneNumberLegalRepresentativeCoverPageNA",
717
+ "jptoo-ton_cor:NameOfContactPersonLegalRepresentativeCoverPage",
718
+ "jptoo-ton_cor:NameOfContactPersonLegalRepresentativeCoverPageNA",
719
+ "jptoo-ton_cor:PlaceForPublicInspectionCoverPageTextBlock",
720
+ "jptoo-ton_cor:PlaceForPublicInspectionCoverPageNA"
721
+ ],
722
+ "http://disclosure.edinet-fsa.go.jp/role/jptoo-pst/rol_CabinetOfficeOrdinanceOnDisclosureOfTenderOfferForShareCertificatesEtcByThoseOtherThanIssuerFormNo4SubjectCompanySPositionStatement": [
723
+ "jptoo-pst_cor:DocumentTitleCoverPage",
724
+ "jptoo-pst_cor:PlaceOfFilingCoverPage",
725
+ "jptoo-pst_cor:FilingDateCoverPage",
726
+ "jptoo-pst_cor:NameOfFilerCoverPage",
727
+ "jptoo-pst_cor:LocationOfFilerCoverPage",
728
+ "jptoo-pst_cor:NearestPlaceOfContactCoverPage",
729
+ "jptoo-pst_cor:TelephoneNumberCoverPage",
730
+ "jptoo-pst_cor:NameOfContactPersonCoverPage",
731
+ "jptoo-pst_cor:PlaceForPublicInspectionCoverPageTextBlock",
732
+ "jptoo-pst_cor:PlaceForPublicInspectionCoverPageNA"
733
+ ],
734
+ "http://disclosure.edinet-fsa.go.jp/role/jptoo-wto/rol_CabinetOfficeOrdinanceOnDisclosureOfTenderOfferForShareCertificatesEtcByThoseOtherThanIssuerFormNo5WrittenWithdrawalOfTenderOffer": [
735
+ "jptoo-wto_cor:DocumentTitleCoverPage",
736
+ "jptoo-wto_cor:PlaceOfFilingCoverPage",
737
+ "jptoo-wto_cor:FilingDateCoverPage",
738
+ "jptoo-wto_cor:FullNameOrNameOfFilerOfNotificationCoverPage",
739
+ "jptoo-wto_cor:ResidentialAddressOrLocationOfFilerOfNotificationCoverPage",
740
+ "jptoo-wto_cor:NearestPlaceOfContactCoverPage",
741
+ "jptoo-wto_cor:TelephoneNumberCoverPage",
742
+ "jptoo-wto_cor:NameOfContactPersonCoverPage",
743
+ "jptoo-wto_cor:NameOfLegalRepresentativeCoverPage",
744
+ "jptoo-wto_cor:NameOfLegalRepresentativeCoverPageNA",
745
+ "jptoo-wto_cor:ResidentialAddressOrLocationOfLegalRepresentativeCoverPage",
746
+ "jptoo-wto_cor:ResidentialAddressOrLocationOfLegalRepresentativeCoverPageNA",
747
+ "jptoo-wto_cor:NearestPlaceOfContactLegalRepresentativeCoverPage",
748
+ "jptoo-wto_cor:NearestPlaceOfContactLegalRepresentativeCoverPageNA",
749
+ "jptoo-wto_cor:TelephoneNumberLegalRepresentativeCoverPage",
750
+ "jptoo-wto_cor:TelephoneNumberLegalRepresentativeCoverPageNA",
751
+ "jptoo-wto_cor:NameOfContactPersonLegalRepresentativeCoverPage",
752
+ "jptoo-wto_cor:NameOfContactPersonLegalRepresentativeCoverPageNA",
753
+ "jptoo-wto_cor:PlaceForPublicInspectionCoverPageTextBlock",
754
+ "jptoo-wto_cor:PlaceForPublicInspectionCoverPageNA"
755
+ ],
756
+ "http://disclosure.edinet-fsa.go.jp/role/jptoo-tor/rol_CabinetOfficeOrdinanceOnDisclosureOfTenderOfferForShareCertificatesEtcByThoseOtherThanIssuerFormNo6TenderOfferReport": [
757
+ "jptoo-tor_cor:DocumentTitleCoverPage",
758
+ "jptoo-tor_cor:PlaceOfFilingCoverPage",
759
+ "jptoo-tor_cor:FilingDateCoverPage",
760
+ "jptoo-tor_cor:FullNameOrNameOfFilerCoverPage",
761
+ "jptoo-tor_cor:ResidentialAddressOrLocationOfFilerCoverPage",
762
+ "jptoo-tor_cor:NearestPlaceOfContactCoverPage",
763
+ "jptoo-tor_cor:TelephoneNumberCoverPage",
764
+ "jptoo-tor_cor:NameOfContactPersonCoverPage",
765
+ "jptoo-tor_cor:NameOfLegalRepresentativeCoverPage",
766
+ "jptoo-tor_cor:NameOfLegalRepresentativeCoverPageNA",
767
+ "jptoo-tor_cor:ResidentialAddressOrLocationOfLegalRepresentativeCoverPage",
768
+ "jptoo-tor_cor:ResidentialAddressOrLocationOfLegalRepresentativeCoverPageNA",
769
+ "jptoo-tor_cor:NearestPlaceOfContactLegalRepresentativeCoverPage",
770
+ "jptoo-tor_cor:NearestPlaceOfContactLegalRepresentativeCoverPageNA",
771
+ "jptoo-tor_cor:TelephoneNumberLegalRepresentativeCoverPage",
772
+ "jptoo-tor_cor:TelephoneNumberLegalRepresentativeCoverPageNA",
773
+ "jptoo-tor_cor:NameOfContactPersonLegalRepresentativeCoverPage",
774
+ "jptoo-tor_cor:NameOfContactPersonLegalRepresentativeCoverPageNA",
775
+ "jptoo-tor_cor:PlaceForPublicInspectionCoverPageTextBlock",
776
+ "jptoo-tor_cor:PlaceForPublicInspectionCoverPageNA"
777
+ ],
778
+ "http://disclosure.edinet-fsa.go.jp/role/jptoo-toa/rol_CabinetOfficeOrdinanceOnDisclosureOfTenderOfferForShareCertificatesEtcByThoseOtherThanIssuerFormNo8TenderOfferorSAnswer": [
779
+ "jptoo-toa_cor:DocumentTitleCoverPage",
780
+ "jptoo-toa_cor:PlaceOfFilingCoverPage",
781
+ "jptoo-toa_cor:DateWhenPositionStatementWasReceivedCoverPage",
782
+ "jptoo-toa_cor:FilingDateCoverPage",
783
+ "jptoo-toa_cor:FullNameOrNameOfFilerCoverPage",
784
+ "jptoo-toa_cor:ResidentialAddressOrLocationOfFilerCoverPage",
785
+ "jptoo-toa_cor:NearestPlaceOfContactCoverPage",
786
+ "jptoo-toa_cor:NearestPlaceOfContactCoverPageNA",
787
+ "jptoo-toa_cor:TelephoneNumberCoverPage",
788
+ "jptoo-toa_cor:TelephoneNumberCoverPageNA",
789
+ "jptoo-toa_cor:NameOfContactPersonCoverPage",
790
+ "jptoo-toa_cor:PlaceForPublicInspectionCoverPageTextBlock",
791
+ "jptoo-toa_cor:PlaceForPublicInspectionCoverPageNA"
792
+ ]
793
+ }