@charset "UTF-8";
/* ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- ---------- ---------- ---------- */
.section-products {
		margin-bottom: 80px;
}

.product-table .product-district, .product-table .product-form, .product-table .product-standard, .product-table .product-jan {
		text-align: center;
		word-break: keep-all;
}

.product-table th.product-name {
		width: 24%;
}

.product-table th.product-standard {
		width: 16%;
}

.product-table th.product-note {
		width: 24%;
}

.product-table td.product-name, .product-table td.product-alias {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: .07em;
}

.product-table td.product-jan {
		font-family: "Lato", sans-serif;
		text-align: center;
}

@media (max-width: 670px) {
		.product-table td.product-name {
				flex-basis: 100%;
		}
		.product-table td.product-district, .product-table td.product-form, .product-table td.product-standard, .product-table td.product-jan {
				flex-basis: 49%;
		}
		.product-table td.product-note {
				flex-basis: 100%;
		}
		.product-table td.product-district:before {
				content: "産地";
		}
		.product-table td.product-form:before {
				content: "形状";
		}
		.product-table td.product-standard:before {
				content: "規格";
		}
		.product-table td.product-jan:before {
				content: "JANコード";
		}
		.product-table td.product-note:before {
				content: "備考";
		}
}

/* 部品 */
.help {
		position: absolute;
		display: inline-block !important;
		margin: 0 .25em;
		font-size: 80%;
}

.effect {
		margin-top: 10px;
		padding: 10px;
		border: 1px solid  #fff;
		background: #fef8f5;
		font-size: 13px;
}

.effect b {
		font-size: 12px;
}

/* 免責事項 */
.note {
		padding: 30px;
		background: #fef8f5;
		font-size: 14px;
}

.note p {
		margin: .5em 0;
}

.note-title {
		font-size: 16px;
		font-weight: bold;
}

/* モーダルウィンドウ */
.modal {
		display: none;
}

.modaal-container {
		max-width: 700px;
}

/*# sourceMappingURL=category-crude.css.map */