<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.wrapper {
	max-width: 1000px;
	margin: 0 auto 80px;
	font-weight: 300;
}
.wrapper img {
	display: block;
}
.block-text {
	margin-bottom: 60px;
}
.lead-main {
	margin: 20px 15px 40px;
	font-size: 1.4rem;
}
.itemname {
	margin: 16px 0 10px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.25;
}
.price {
	text-align: left !important;
	line-height: 1.25;
}
.price &gt; * {
	display: inline-block;
}
.price-list {
	color: #666;
	text-decoration: line-through;
}
.price-list .tax {
	display: none;
}
.price-down {
	margin-right: .25em;
	color: #E21E1E;
}
.price-actual {
	font-size: 2.4rem;
	font-weight: 300;
}
.price-actual .tax {
	margin-left: 2px;
	font-size: 1.2rem;
}
.desc {
	margin: 10px 0 0;
	font-size: 1.5rem;
}
@media only screen and (max-width:767px) {
	.block-text {
		padding: 0 15px;
	}
	.margin-left5-right1 {
		margin-left: 30px
	}
}
@media print, screen and (min-width:768px) {
	.lead-main {
		margin: 60px 0;
		font-size: 1.8rem;
		line-height: 1.75;
		text-align: center;
	}
	.margin-right1 {
		margin-right: 24px;
	}
	.margin-left5-right1 {
		margin-left: 112px
	}
	.itemname {
		margin: 20px 0 14px;
		font-size: 1.8rem;
	}
	.desc {
		margin: 14px 0 0;
		font-size: 1.6rem;
	}
}

.title-items {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 40px 0 10px;
	font-size: 1.8rem;
	font-weight: 300;
	text-align: center;
}
.title-items::before,
.title-items::after {
	display: block;
	content: '';
	width: 40px;
	height: 1px;
	background: #000;
}
.title-items::before {
	margin-right: 4px;
}
.title-items::after {
	margin-left: 4px;
}
.items {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 10px 80px;
}
.items .itemname {
	margin: 5px 0 0;
	font-size: 1.4rem;
	line-height: 1.25;
}
.items .price {
	margin: 0;
	text-align: center !important;
}
@media only screen and (max-width:999px) {
	.items &gt; li {
		width: calc( ( 100% - 10px ) / 2 );
	}
	.items &gt; li:nth-child(even) {
		margin-left: 10px;
	}
	.items &gt; li:nth-child(n+3) {
		margin-top: 16px;
	}
	.items .price-actual {
		display: block;
	}
}
@media print, screen and (min-width:1000px) {
	.items {
		margin: 80px 0;
	}
	.items &gt; li {
		width: calc( ( 100% - 42px ) / 4 );
	}
	.items &gt; li:not(:nth-child(4n+1)) {
		margin-left: 14px;
	}
	.items &gt; li:nth-child(n+5) {
		margin-top: 30px;
	}
	.title-items {
		margin: 80px 0 20px;
		font-size: 2.1rem;
	}
	.title-items::before,
	.title-items::after {
		width: 80px;
	}
	.title-items::before {
		margin-right: 6px;
	}
	.title-items::after {
		margin-left: 6px;
	}
	.items .itemname {
		font-size: 1.5rem;
	}
}
</pre></body></html>