.img_box {
	margin: 20px auto 5px;
}

.flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.flex li {
	width: calc(50% - 30px);
	margin: 5px 15px;
}

.annot {
	list-style: none;
	margin-top: 30px;
}

.annot li {
	font-size: 1em;
	text-indent: -1em;
	padding-left: 1em;
}

/* 20250903　追加 */
.shohin_list {
	list-style-type: none;
}
.shohin_list li {
	padding-left: 1em;
	text-indent: -1em;
}