
#store-pickup_wrap {
    margin-left: 0.8em;
    margin-right: 0.8em;
}

.store-pickup_title{
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  margin-top: 1em;
  margin-bottom: 2em;
  position: relative;
  font-weight: 600;
  padding: 0.6rem 0;
  border-bottom: 3px solid #333;
}

.store-pickup_title::before{
position: absolute;
bottom: -14px;
left: 50%;
width: 0;
height: 0;
content: '';
border-width: 14px 12px 0;
border-style: solid;
border-color: #333 transparent transparent;
}

.store-pickup_title::after{
position: absolute;
bottom: -10px;
left: 50%;
width: 0;
height: 0;
content: '';
border-width: 14px 12px 0;
border-style: solid;
border-color: #fff transparent transparent;
}

#about_textbody1{
  background: #f8f8f8;
  padding: 2em 2em;
  border-radius: 40px;
  font-size: 1.8rem;
  font-size: 18px;
  margin-bottom: 3em;
  text-align: center;
  line-height: 3.3rem;
}

.store-pickup_about_line{
  display: inline;
  background-image: linear-gradient(rgba(0,0,0,0) 60%, rgb(255, 252, 83) 60%);
}

.about_subtitle:not(:first-child){
  margin-top: 2em;
}

.about_subtitle{
  margin-bottom: 0.2em;
}

.about_subtitle::before{
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/store_pickup_guide/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 38px;
}

.about_subtitle {
  font-size: 2.4rem;
  font-size: 24px;
  font-weight: 600;
}

.about_txt{
  padding-left: 3rem;
  line-height: 2.4rem;
}

/* 文字調整 start */
.store-pickup_title,
.store-pickup_step_maintitle,
#about_textbody1,
#about_textbody2,
.step-title,
.step-body,
#store-pickup_important{
  letter-spacing: 0.1rem;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.store-pickup_indentdown{
  text-indent:  -1em;
  padding: 0 0 0 1em;
}

.store-pickup_attention::before{
  content: '※'
}

.store-pickup_clause::before{
  content: '・'
}

.store-pickup_defendLF{
  display: inline-block;
}
/* 文字調整 end */

@media screen and (max-width: 767px) {
  .store-pickup_title{
    font-size: 24px;
    font-size: 2.4rem;
  }
  #about_textbody1{
    border-radius: 0;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 3rem;
    padding: 1em 0.2em;
  }
  .about_subtitle{
    font-size: 2.2rem;
    font-size: 22px;
  }
  #about_textbody1{
    letter-spacing: 0;
  }
}

/* =======================
  ステップバー :start
======================= */

.store-pickup_step_maintitle {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 1.6em;
  position: relative;
  font-weight: 600;
}

.store-pickup_step_maintitle:before{
    content: '';
    position: absolute;
    bottom: -15px;
    width: 7rem;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #80BE2D;
    border-radius: 2px;
}

#store-pickup_step{
    counter-reset: count;
    margin-top: 6em;
    position: relative;
  }
  .step-content {
    padding: 1em 0 1em 2.5em;
    margin: 0;
    position: relative;
  }
  .step-content::before {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    background: #80BE2D;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -3px;
  }
  .step-content::after {
    content: "";
    display: block;
    height: calc(100% - 55px);
    border-left: solid 2px #D3D3D3;
    position: absolute;
    top: 55px;
    left: 22px;
  }
  .step-label {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    position: absolute;
    top: 6px;
    left: 9px;
    font-family: 'Zen Maru Gothic', sans-serif;
    letter-spacing: 0.1rem;
  }
  .step-label::after {
    counter-increment: count;
    content: counter(count);
    position: absolute;
    font-size: 28px;
    font-size: 2.8rem;
    top: 9px;
    left: 8px;
  }
  .step-title{
    font-weight: bold;
    font-size: 2rem;
    font-size: 20px;
    margin-left: 1.5em;
  }
  .step-body {
    margin-top: 1em;
    padding: 0 0 1.6em 2em;
    border-bottom: dotted 2px #D3D3D3;
    font-size: 1.6rem;
    font-size: 16px;
  }

  #store-pickup_step > :last-of-type::after {
    display: none;
  }

  .step-body img{
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.20);
    max-width: 50%;
    margin-bottom: 1em;
    margin-top: 0.6em;
  }

  /* Safari start */
  _::-webkit-full-page-media, _:future, :root .step-label{
    font-size: 10px;
    font-size: 1rem;
    top: 10px;
  }

  _::-webkit-full-page-media, _:future, :root .step-label::after{
    font-size: 26px;
    font-size: 2.6rem;
    left: 6px;
  }
  /* Safari end */

  @media screen and (max-width: 767px) {
    .store-pickup_step_maintitle{
      margin-bottom: 2.2em;
      font-size: 24px;
      font-size: 2.4rem;
    }
    .step-content{
      padding-left: 0;
      margin-top: 1.4em;
    }
    .step-content::before{
      width: 100px;
      height: 30px;
      border-radius: 14px;
      top: -18px;
    }
    .step-content::after{
      content: none;
    }
    .step-label{
      top: -18px;
      left: 15px;
      font-size: 1.6rem;
      font-size: 16px;
    }
    .step-label::after{
      font-size: 2rem;
      font-size: 20px;
      position: static;
      margin-left: 6px;
    }
    .step-title{
      margin-left: 0;
    }
    .step-body{
      padding-left: 0;
      margin-top: 0.4em;
    }

    .step-body img{
      max-width: 80%;
      display: block;
      margin: 1em auto 1em auto;
    }

    /* Safari start */
    _::-webkit-full-page-media, _:future, :root .step-label{
      top: -16px;
      left: 15px;
      font-size: 1.4rem;
      font-size: 14px;
    }

    _::-webkit-full-page-media, _:future, :root .step-label::after{
      font-size: 1.8rem;
      font-size: 18px;
      position: static;
      margin-left: 4px;
    }
    /* Safari end */
  }

/* =======================
  ステップバー :end
======================= */

/* =======================
  重要事項 :start
======================= */

#store-pickup_important {
  padding: 1.5em;
  margin-top: 5em;
  margin-bottom: 2em;
  border: solid 3px #D3D3D3;
  border-radius: 10px;
  background-clip: padding-box;
  background: linear-gradient( -45deg , transparent 25%, rgba(200, 200, 200, 0.1) 25%, rgba(200, 200, 200, .1) 50%, transparent 50%, transparent 75%, rgba(200, 200, 200, .1) 75%, rgba(200, 200, 200, .1));
  background-size: 6px 6px;
}

#store-pickup_important_title{
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 0.8em;
  text-align: center;
}

#store-pickup_important_title span::before{
  content: '';
  display: inline-block;
  background-image: url(../img/store_pickup_guide/important.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 10px;
}

#store-pickup_important p{
  padding-bottom: 0.3em;
}

#store-pickup_important p:last-child{
  padding-bottom: 0;
}

.store-pickup_text-red{
  color: #df5656;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  #store-pickup_important{
    margin-top: 3em;
    padding: 1em;
  }
  #store-pickup_important_title{
    font-size: 18px;
    font-size: 1.8rem;
  }
  #store-pickup_important_title span::before{
    padding-right: 0px;
  }
}
/* =======================
  重要事項 :end
======================= */