h1,h2,h3,h4,p{
	margin:0;
}
p {
  font-size: 15px;
}

.moreinfo {
    width: 90%;
    margin: 20px auto 0 0;
}
.moreinfo a {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0.5em 0;
	background-color: #fff;
	border: solid 1px #bbb;
	text-align: center;
	font-weight:bold;
	font-size: 1.1em;
}
.moreinfo a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 1em;
}
.moreinfo a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}

.moreinfo2 {
	display:flex;
	margin:3em auto 6em;
}
.moreinfo2 a {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0.5em 0;
	background-color: #fff;
	border: solid 1px #bbb;
	text-align: center;
	font-weight:bold;
	font-size:1.1em;
}
.moreinfo2 a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 1em;
}
.moreinfo2 > li {
	width: calc(48.0%);
	position: relative;
	border: 1px solid #eee;
	margin-left:3%;
	text-align: center;
}
.moreinfo2 li:first-child {
	margin-left:0;
}
.moreinfo2 a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
.liner {
	display:inline-block;
	width: 60%;
	background: linear-gradient(transparent 50%, #f7b191 50%);
	text-align: center;
}


.c_midashi {
	padding:7px 15px 2px;
	border-left:7px solid #b8d200;
	font-weight:bold;
	font-size:180%;
}

.order-1 {
  order: 1;
	font-size: 1rem;
	letter-spacing: 0.04em;
}

.order-2 {
  order: 2;
	font-size: 1rem;
	letter-spacing: 0.05em;
}

.checkbox {
	background-color:#ECF5AB;
	padding:1em 1.3em 2em;
}

.check_bnr {
	border: 2px solid #ddd;
	box-sizing:border-box;
	margin-top:2em;
}

.tokuten {
	background-color: #f8ffcc;
	margin:10px 50px auto auto;
	padding: 10px;
	font-weight:bold;
	text-align:center;
	line-height:2.2;
}

.tokuten span {
	font-size:21px;
	line-height:1;
	color:#f13041;
}

.tokuten small {
	font-weight:normal;
}

.limited {
	color:#fff;
	letter-spacing:3px;
	margin:8px 19px;
	display:block;
	background-color: #f13041;
	font-weight:normal;
	font-size:1.2em;
	text-align:center;
}

.goods_box {
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 5em;
}

.goods_box li:nth-child(2n) {
	padding-left:48px;
	border-left:2px dotted #ccc;
}

.point {
	margin:20px auto 50px;
}

.point li {
	width:210px;
	height:210px;
	font-size:170%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color:#eee;
	text-align:center;
}

.point li .point_mds {
	font-family: 'Lobster', cursive;
	font-size:130%;
	margin:20px auto;
	color:#009a94;
	border-bottom:2px dotted #009a94;
	width:160px;
}

.block {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
	width: 940px;
}

.block p {
  width: 50%;
  padding: 24px 24px;
  box-sizing: border-box;
}

.itemname{
	font-size: 1.5rem;
	font-weight: bold;
	padding: 50px 0 20px 0 ;
	margin-top: 0px;
	line-height: 1.7;
	text-align: center;
}

.itemname_lead {
	font-size: 1.3rem;
	text-align: center;
	font-size: 1.2rem;
}
