@charset "utf-8";

#layout-body__main-container {
  background-image: url(/images/guide/guide_bg.png);
  box-sizing: content-box;
}

.guide__point-dl > dt,
.guide__use-dl > dt {
  font-size: 1.4rem;
  color: #0074B3;
  margin-bottom: 0.3rem;
  font-weight: bold;
}

.guide__point-dl > dd,
.guide__use-dl > dd,
.guide__pay-dl > dd,
.guide__point-ul {
  font-size: 1.3rem;
  line-height: 1.5;
}

.guide__point-ul-com {
  font-size: 1.2rem;
}

.guide__link {
  color: #0074B3;
  font-weight: bold;
  text-decoration: underline;
}

.guide__link:hover {
  color: #0074B3;
}

#guide__title {
  display: none;
}

#guide__title-sp {
  display: block;
  margin: auto;
  max-width: 956px;
  width: 98%;
  padding-top: 1rem;
}

.guide__sec {
  width: 100%;
  padding-bottom: 4rem;
  overflow: hidden;
}

#guide__sec-margin {
  margin-bottom: 0;
}

.guide__sec > h2 {
  text-align: center;
  border-bottom: 0.2rem solid #333333;
  width: 95%;
  margin: auto;
  padding-bottom: 0.5rem;
  font-size: 2.2rem;
  line-height: 1.2;
}

.marker {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #ffe823 50%);
}

.font-m-plus {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}


/* eコミの魅力 */

#guide__point-ul {
  width: 98%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 3rem;
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#guide__point-ul > li {
  width: 100%;
  background-color: #fff;
  margin: 1rem 0.5rem;
  padding: 2rem 1rem;
  border-radius: 10px;
}

.guide__point-img {
  float: left;
  width: 28%;
  margin-right: 1rem;
}

.guide__point-text {
  overflow: hidden;
}

.guide__point-button-a {
  margin-top: 1rem;
  padding: 10px 10px 10px 25px;
  border-radius: 5px;
  display: inline-block;
  color: #333;
  background: url(/images/guide/sankaku_icon.png) no-repeat 10px center #ffe823;
  background-size: 10px;
  font-size: 1.3rem;
  font-weight: bold;
}

.guide__point-button-a:hover {
  color: #333;
  background-position: 12px center;
}

/* 会員登録ボタン */

.guide__button-entry-a {
  background-color: #ffe823;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  margin: auto;
  max-width: 450px;
  width: 80%;
  border-radius: 10px;
  padding: 1.5rem 0;
  text-align: center;
}

.guide__button-entry-div {
  display: inline-block;
  background: url(/images/guide/sankaku_icon.png) no-repeat left center;
  padding-left: 2rem;
  background-size: 16px;
}

.guide__button-entry-a:hover .guide__button-entry-div {
  color: #333;
  background-position: 3px;
}


/* ポイントバック */

#point__title {
  max-width: 750px;
  width: 98%;
  display: block;
  margin: 1rem auto;
}

.guide__point-box {
  background-color: #fff;
  border-radius: 10px;
  max-width: 750px;
  width: 98%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 3rem;
}

.guide__point-ul {
  padding: 0 1rem 0rem 1rem;
}

.guide__point-ul-com {
  padding: 1rem 1rem 2rem 1rem;
}

.guide__point-ul-com > li,
.guide__point-ul > li {
  text-indent: -1em;
  margin-left: 1em;
}

/* ご利用方法 */

#guide__use-ul {
  margin: auto;
  overflow: hidden;
  margin-top: 0.5rem;
  width: 97%;
}

#guide__use-ul > li {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin: 2rem 0;
  overflow: hidden;
}

.guide__use-img {
  padding: 2rem 1rem;
  float: left;
  width: 40%;
}

.guide__use-text {
  padding: 2rem 1rem 2rem 0;
  overflow: hidden;
}

/* お支払方法 */

#pay {
  margin-top: -1rem;
  padding-top: 1rem;
}

#guide__pay-ul {
  margin: auto;
  overflow: hidden;
  margin-bottom: 3rem;
  margin-top: 1rem;
  width: 97%;
}

#guide__pay-ul > li {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  float: left;
  margin: 1rem 0;
}

.guide__pay-dl > dt {
  font-size: 1.5rem;
  background-color: #ffe823;
  padding: 1rem;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
}

.guide__pay-dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin: 10px;
}

.guide__pay-dd > div {
  width: 74%;
}

.guide__pay-a {
  margin-right: 1rem;
  width: 15%;
}

.guide__pay-a > img {
  border: 1px solid #b7b7b7;
  border-radius: 0.4rem;
  box-sizing: border-box;
}

.guide__pay-img-line {
  padding: 0.2rem 0;
  border: 1px solid #b7b7b7;
  border-radius: 0.4rem;
  box-sizing: border-box;
}

.guide__pay-a:hover {
  opacity: 0.5;
}

.guide__pay-au-image-box {
  align-items: center;
  aspect-ratio: 1 / 1;
  border: 1px solid #b7b7b7;
  border-radius: 0.4rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  padding: 0.5rem;
  width: 100px;
}

/* さらに詳しく */

#guide__more-ul {
  width: 80%;
  margin: 1rem auto;
}

#guide__more-ul > li {
  font-size: 1.3rem;
  list-style-type: none;
  float: left;
  width: 100%;
  margin: 1rem 0;
  border-bottom: 1px solid #333;
  background: url(/images/guide/hatena_icon.png) no-repeat left center;
  background-size: 16px;
}

#guide__more-ul > li > a {
  display: block;
  padding-left: 21px;
}

#guide__more-ul > li:hover {
  background-position: 3px center;
}

#guide__more-ul > li > a:hover {
  color: #888;
}



@media only screen and (min-width: 640px) {

  .guide__point-dl > dt,
  .guide__use-dl > dt {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .guide__point-dl > dd,
  .guide__use-dl > dd,
  .guide__pay-dl > dd,
  .guide__point-box > ul {
    font-size: 1rem;
  }

  .guide__point-ul-com {
    font-size: 1rem;
    text-align: center;
  }

  .guide__sec > h2 {
    width: 56%;
  }

  #guide__title-sp {
    display: none;
  }

  #guide__title {
    display: block;
    margin: auto;
    max-width: 956px;
    width: 98%;
  }

  /* eコミの魅力 */

  #guide__point-ul {
    width: 89.86486486486486%;
    /* 1064 / 1184 */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  #guide__point-ul > li {
    width: 44.3609022556391%;
    /* 472 / 1064 */
    float: left;
    margin: 0.5rem 0.9398496240601504%;
    /* 10 / 1064 */
    padding: 1.2rem 1.879699248120301%;
    /* 20 / 1064 */

  }

  .guide__point-button-a {
    font-size: 1rem;
  }

  /* 会員登録ボタン */

  .guide__button-entry-a {
    width: 100%;
  }

  /* ご利用方法 */

  #guide__use-ul {
    width: 90.54054054054054%;
    /* 1072 / 1184 */
    margin-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  #guide__use-ul > li {
    width: 24.62686567164179%;
    /* 264 / 1072 */
    margin: 0.5rem 0.9328358208955224%;
    /* 10 / 1072 */
    padding: 0.8rem;
    float: left;
  }

  .guide__use-img {
    margin-bottom: 0.5rem;
    padding: 0;
    width: 100%;
  }

  .guide__use-text {
    padding: 0;
    clear: both;
  }

  /* お支払方法 */

  #guide__pay-ul {
    width: 80.57432432432432%;
    /* 954 / 1184 */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  #guide__pay-ul > li {
    border-radius: 10px;
    width: 31.23689727463312%;
    /* 298 / 954 */
    float: left;
    margin: 0.5rem 1.048218029350105%;
    /* 10 / 954 */
  }

  .guide__pay-dl > dt {
    font-size: 1.2rem;
  }

  .guide__pay-a {
    width: 30%;
  }

  .guide__pay-dd > div {
    width: 64%;
  }

  /* さらに詳しく */

  #guide__more-ul {
    width: 65.87837837837838%;
    /* 780 / 1184 */
  }

  #guide__more-ul > li {
    font-size: 1rem;
    list-style-type: none;
    margin: 0.5rem;
    float: left;
    width: 47.43589743589744%;
    /* 370 / 780 */
    margin: 1.282051282051282%;
    /* 10 / 780 */
  }

}

.mark_pt {
  color: #e83820;
  display: inline-block;
  margin: 0 2px 3px 2px;
  line-height: 1.2;
  padding: 5px 8px 3px 20px;
  border: 2px solid #e83820;
  border-radius: 6px;
  font-weight: bold;
}
