.osusume_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.osusume_content {
	width: 31%;
	display: flex;
	flex-direction: column;
}
.osusume_content .left-red {
	line-height: 1.15;
	padding: 0.3rem 0 0.3rem 10px !important;
	font-size: 0.95em !important;
}
.osusume_content .osusume-goods--block__name {
	font-weight: bold;
	padding: 15px 0;
}
.osusume_content .osusume_explanation {
	line-height: 1.15;
	margin-bottom: 10px;
	flex-grow: 1;
}
.category-index a p {
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.osusume_content {
		width: 100%;
		margin-bottom: 30px;
	}
}
