@charset "euc-jp";
/* item-entry common
---------------*/
h2 {
	/* font-family: 'Noto Sans Japanese', serif;*/
	position: relative;
	border: none;
	font-size: 1.6em;
	margin-top: 1em;
	margin-bottom: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #2A1512;
	color: #ffffff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .03);
	font-weight: normal;
	padding-top: 0.4em;
	padding-right: 0.8em;
	padding-bottom: 0.4em;
	padding-left: 0.8em;
}
h3 {
	font-size: 1.4em;
	border-bottom-width: 2px;
	padding: .2em 0 .2em .2em;
	margin-top: 1.2em;
	border-bottom-style: solid;
	border-bottom-color: #2A1512;
	font-weight: bold;
	color: #2A1512;
}
h4 {
	font-size: 1.2em;
	border-left-width: 3px;
	border-left: 3px solid;
	border-left-color: #2A1512;
	margin-top: 0.6em;
	padding-top: 0.2em;
	padding-left: 0.3em;
	font-weight: bold;
	color: #2A1512;
}
#product p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-size: 1.1em;
	line-height: 1.75;
}
blockquote {
	font-size: 1.1em;
	line-height: 1.75;
}
dl {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
dt {
	margin-bottom: .2em;
}
dd {
	margin-bottom: .2em;
}
.section__title-h2.product__name {
	background : none;
	color: #000;
	font-weight: bold;
}
.section__title-h2.mail-mag__title-h2 {
	background : none;
	color: #000;
}
.order-btn-text {
  vertical-align: middle;
  font-weight: bold;
}

.order__btn {
  height: auto;
  width: 100%;
  padding: 17px 0;
  border-radius: 5px;
  font-size: 1.2em;
}
div.product__explain li {
	list-style-type: none;
	margin-left: 2em;
}

div.product__explain li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #2A1512;
	position: relative;
	left: -10px;
	top: -3px;
}
span.init-list__detail-unit {
	font-size: 1.1em;
	font-weight: bold;
}
.order__btn-addcart {
    box-shadow: 0 4px 0 #db5c5c;
    font-size: 18px;
    font-weight: normal;
    font-family:"Þâ¥´¥·¥Ã¥¯", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
}
p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-size: 1.1em;
	line-height: 1.75;
}