@charset "utf-8";

#yomimono-content-wrap {
	.txt-red {
		color: #C81233;
	}

	.price-list {
		margin: 0;

		.price-list__grade {
			width: 130px;
		}

		.price-list__grade,
		.price-list__detail {
			line-height: 1.8;
			padding: 0;
			white-space: nowrap;
		}
	}
}
@media screen and (max-width: 767px) {
	#yomimono-content-wrap {
		.price-list {
			display: flex;
		}
	}
}

@media screen and (max-width: 500px) {
	#yomimono-content-wrap {
		.price-list__grade {
			width: calc(130vw/375*100) !important;
		}
	}
}