@charset "utf-8";
/* CSS Document */

.guide-btn {
  background: url(img/guide_btn_bg.png) no-repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 100%;
  height: 329px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 44px 40px;
  margin: 38px auto;
}
.guide-btn li {
  width: -webkit-calc((100% - 32px) / 3);
  width: -o-calc((100% - 32px) / 3);
  width: calc((100% - 32px) / 3);
  text-align: center;
  margin: 0 auto;
}
.guide-btn a {
  display: block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate3d(0 , 0, 0);
  -ms-transform: translate3d(0 , 0, 0);
  -o-transform: translate3d(0 , 0, 0);
  transform: translate3d(0 , 0, 0);
}
.guide-btn a:hover {
  -webkit-transform: translate3d(0 , -8% , 0);
  -ms-transform: translate3d(0 , -8% , 0);
  -o-transform: translate3d(0 , -8% , 0);
  transform: translate3d(0 , -8% , 0);
}
.guide-ttl {
  margin: 35px auto 20px;
  text-align: center;
}
.guide-img {
  text-align: center;
  margin: 10px auto;
}
p {
  box-sizing: border-box;
  color: #4c443a;
  font-size: 16px;
  line-height: 1.625em;
  width: 100%;
}
.indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6em;
}
.fs-s {
  font-size: 14px;
}
.guide-sttl {
  color: #ea4180;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #ea4180;
  background-image: url(img/guide_icon_01.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  box-sizing: border-box;
  padding: 14px 20px 10px 58px;
  line-height: 1em;
  margin-bottom: 10px;
  margin-top: 20px;
}
#order .guide-sttl{
  background-image: url(img/guide_icon_01.png);
}
#shipping .guide-sttl{
  background-image: url(img/guide_icon_02.png);
}
#delivery .guide-sttl{
  background-image: url(img/guide_icon_03.png);
}
#payment .guide-sttl{
  background-image: url(img/guide_icon_04.png);
}
#returns .guide-sttl{
  background-image: url(img/guide_icon_05.png);
}
#cancel .guide-sttl{
  background-image: url(img/guide_icon_06.png);
}
.guide-txt {
  box-sizing: border-box;
  padding: 0px 20px 10px;
  width: 100%;
}

.guide-dl dt {
  color: #ea4180;
  font-size: 16px;
  font-weight: normal;
  text-indent: -0.5em;
}
.guide-dl dd + dt {
  margin-top: 1.5em;
}
.guide-txt ol {
  padding-left: 20px;
  margin-bottom: 1.5em;
}
.guide-txt ol li{
  list-style-type: decimal;
  font-size: 16px;
}