@charset "utf-8";
/* CSS Document */
.red {
	color: #e00;
}
.btn-list li {
	padding-bottom: 2.5%;
}
.btn-list {
	padding-bottom: 6.5%;
}
.guide-img {
  text-align: center;
  margin: 10px auto;
}
.guide-sttl {
	box-sizing: border-box;
	border-bottom: 0.08rem solid #ea4180;
	color: #ea4180;
	font-size: 1.25em;
	font-weight: bold;
	padding: .1em .19em;
	width: 100%;
	margin-bottom: .6em;
}
.guide-sttl:before {
	content: "";
	width: 2.07rem;
	height: 2.07rem;
	display: inline-block;
	background-image: url(img/guide_icon_01.png);
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: 50% 50%;
	margin-bottom: .15em;
	margin-right: .25em;
	vertical-align: middle;
}
#order .guide-sttl:before {
  background-image: url(img/guide_icon_01.png);
}
#shipping .guide-sttl:before {
  background-image: url(img/guide_icon_02.png);
}
#delivery .guide-sttl:before {
  background-image: url(img/guide_icon_03.png);
}
#payment .guide-sttl:before {
  background-image: url(img/guide_icon_04.png);
}
#returns .guide-sttl:before {
  background-image: url(img/guide_icon_05.png);
}
#cancel .guide-sttl:before {
  background-image: url(img/guide_icon_06.png);
}
.guide-txt {
  box-sizing: border-box;
  padding: 0 1.25%;
}
.sttlbox-dl .fs-s {
 font-size: .84em;
 line-height: 1.5em;
}

.guide-dl dt {
  color: #ea4180;
  font-weight: normal;
  text-indent: -0.5em;
}
.guide-dl dd + dt {
	margin-top: 1em;
}
.guide-txt ol {
  padding-left: 1.8em;
  margin-bottom: 1.5em;
}
.guide-txt ol li{
  list-style-type: decimal;
}
.guide-txt p {
  font-size: .92em;
  line-height: 1.53em;
  box-sizing: border-box;
}
.guide-txt p .fs-s {
 font-size: .9em;
 line-height: 1.5em;
	display: inline-block;
}
.guide-sect {
	width: 94.93%;
	margin: 0 auto;
}
.guide-sect + .guide-sect {
  margin-top: 1.5em;
}
span.indent {
  display: inline-block;
}