/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"

**/
@charset "UTF-8";
<style>
.product-detail {
	max-width: 100%;
	margin: 0 auto;
	padding: 2rem 1rem;
	box-sizing: border-box;
	background-color: #fff;
	line-height: 1.8;
}

.product-detail h1 {
	font-size: 2.2rem;
	margin-bottom: 0.3em;
}

.product-detail h2 {
	font-size: 2.0rem;
	border-left: 4px solid #6d6d6d;
	padding-left: 12px;
	color: #6d6d6d;
}

.product-detail h3 {
	font-size: 1.8rem;
	margin-top: 1.5em;
	margin-bottom: 0.3em;
	color: #555;
  }

.product-detail .h3-underline {
	position: relative;
	padding-bottom: 0.3em;
	margin: 25px 0 10px;
}

.product-detail .h3-underline::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 60%;
	background: #ccc;
	border-radius: 1px;
}
  
.product-detail .section {
	padding: 1em 0;
	margin: 0.5em 0;
}

.product-detail .section p, 
.product-detail .section ul {
    margin: 0.5em 0;
    padding: 0.5em 0;
}


.product-detail .section ul {
	padding-left: 0.5em;
	list-style: none;
}

.product-detail .section ul li {
	position: relative;
	padding-left: 1.2em;
	margin-bottom: 0.5em;
}

.product-detail .section ul li::before {
	content: "・";
	position: absolute;
	left: 0;
	color: #333;
}

.product-detail .section .ingredients-notes li::before {
	content: "※";
	color: #333;
}

.product-detail .section .ingredients-notes {
	margin-top: 0.5em;
	color: #555;
	font-size: smaller;
}

.product-detail .section .essence-box {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 10px;
}

@media screen and (max-width: 600px) {
	.product-detail h1 {
		font-size: 140%;
	}

	.product-detail h2 {
		font-size: 120%;
	}

	.product-detail h3 {
		font-size: 110%;
	}

	body {
		font-size: 15px;
		padding: 0 12px;
	}
}

