.ps-3p5 {
	padding-left: 1.25rem;
}

.japanese-list {
	list-style: none;
	padding-left: 3em;
}

.japanese-list li {
	position: relative;
}
.japanese-list li::before {
	position: absolute;
	left: -3em;
}

.japanese-list li:nth-child(1)::before { content: "（ア）"; }
.japanese-list li:nth-child(2)::before { content: "（イ）"; }
.japanese-list li:nth-child(3)::before { content: "（ウ）"; }
.japanese-list li:nth-child(4)::before { content: "（エ）"; }
.japanese-list li:nth-child(5)::before { content: "（オ）"; }
.japanese-list li:nth-child(6)::before { content: "（カ）"; }
.japanese-list li:nth-child(7)::before { content: "（キ）"; }
