
.delivery_list li {
	list-style-type: disc;/* リストの左側に黒丸点 */
	margin-left: 24px;/* リストの左側に余白 */
	text-align: left;
}
.marker {
    background: #ffe85e;/* 字体黄色塗りつぶし */
    padding: 2px;
    margin: 0 2px;
}