#guide_top #contents .contents_wrap {
  font-size: 1.4rem;
  line-height: 1.4286;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: justify;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 58px;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content:nth-child(4n) {
  margin-right: 0;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row {
  border: 1px solid #eee;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  position: relative;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row a > span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 11px;
  background-image: url("../../img/common/arrow_b.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
  background-color: #eeeeee;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.order {
  padding-left: 44px;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.order::before {
  background-image: url("../../img/guide/icon_order.png");
  width: 26px;
  height: 22px;
  left: 13px;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.payment {
  padding-left: 51px;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.payment::before {
  background-image: url("../../img/guide/icon_payment.png");
  width: 28px;
  height: 22px;
  left: 15px;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.shipping {
  padding-left: 47px;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.shipping::before {
  background-image: url("../../img/guide/icon_shipping.png");
  width: 36px;
  height: 23px;
  left: 9px;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.return-repair {
  padding-left: 48px;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.return-repair::before {
  background-image: url("../../img/guide/icon_return-repair.png");
  width: 26px;
  height: 26px;
  left: 14px;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.refund {
  padding-left: 47px;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.refund::before {
  background-image: url("../../img/guide/icon_refund.png");
  width: 23px;
  height: 23px;
  left: 13px;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.items {
  padding-left: 47px;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.items::before {
  background-image: url("../../img/guide/icon_items.png");
  width: 34px;
  height: 25px;
  left: 9px;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.register {
  padding-left: 41px;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.register::before {
  background-image: url("../../img/guide/icon_register.png");
  width: 20px;
  height: 21px;
  left: 13px;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a:hover {
  opacity: 1;
  color: #c02d28;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row .sec_list ol li:not(:last-child) span {
  border-bottom: 1px solid #eee;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row .sec_list ol li > a {
  padding: 0 13px;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row .sec_list ol li > a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 45px;
  padding-left: .5em;
}

#guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row .sec_list ol li > a:hover {
  opacity: 1;
  color: #c02d28;
}

#guide_top #contents .contents_wrap .inner_wrap .btn_blk {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#guide_top #contents .contents_wrap .inner_wrap .btn_blk > div {
  margin: 0 20px;
}

.guide_content {
  font-size: 1.4rem;
  line-height: 1.714;
}

.guide_content #contents .contents_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: justify;
}

.guide_content #contents .contents_wrap .ttl02 {
  margin-bottom: 73px;
}

.guide_content #contents .contents_wrap .guide_anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.guide_content #contents .contents_wrap .guide_anc li {
  width: 32%;
  margin-bottom: 20px;
}

.guide_content #contents .contents_wrap .guide_anc li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  width: auto;
  height: 45px;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  vertical-align: baseline;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.guide_content #contents .contents_wrap .guide_anc li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #c02d28;
  border: 1px solid #c02d28;
}

.guide_content #contents .contents_wrap .guide_anc.col_2 li {
  width: 48.7%;
}

.guide_content #contents .contents_wrap .guide_txt_blk {
  width: 100%;
}

.guide_content #contents .contents_wrap .guide_txt_blk .red {
  color: #f00;
}

.guide_content #contents .contents_wrap .guide_txt_blk .no_mb {
  margin-bottom: 0 !important;
}

.guide_content #contents .contents_wrap .guide_txt_blk .ttl {
  font-size: 2.2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: .4em;
  margin-bottom: 1em;
  margin-top: 1.3em;
}

.guide_content #contents .contents_wrap .guide_txt_blk .ttl_small {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: .5em;
}

.guide_content #contents .contents_wrap .guide_txt_blk .ttl_smaller {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: .5em;
}

.guide_content #contents .contents_wrap .guide_txt_blk .txt {
  margin-bottom: 2em;
}

.guide_content #contents .contents_wrap .guide_txt_blk .txt a {
  text-decoration: underline;
}

.guide_content #contents .contents_wrap .guide_txt_blk .txt a.tel_txt {
  text-decoration: none;
  pointer-events: none;
}

.guide_content #contents .contents_wrap .guide_txt_blk .txt .register_icon {
  width: 1.8rem;
  vertical-align: text-bottom;
  margin: 0 2px;
}

.guide_content #contents .contents_wrap .guide_txt_blk .screen_shot {
  margin-bottom: 2em;
}

.guide_content #contents .contents_wrap .guide_txt_blk .screen_shot .pc {
  width: 70%;
}

.guide_content #contents .contents_wrap .guide_txt_blk .credit_img {
  margin-bottom: 2em;
  max-width: 300px;
}

.guide_content #contents .contents_wrap .guide_txt_blk .cvs_img {
  margin-bottom: 2em;
  max-width: 400px;
}

.guide_content #contents .contents_wrap .guide_txt_blk .btn {
  margin-bottom: 1em;
}

.guide_content #contents .contents_wrap .guide_txt_blk .btn a {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #000;
  padding: 10px 20px;
}

.guide_content #contents .contents_wrap .guide_txt_blk .btn a:hover {
  opacity: 1;
  background-color: #000;
  color: #fff;
}

.guide_content #contents .contents_wrap .guide_txt_blk .list_disc {
  padding-left: 1.5em;
  margin-bottom: 2em;
}

.guide_content #contents .contents_wrap .guide_txt_blk .list_disc li {
  list-style-type: disc;
  margin-bottom: 4px;
}

.guide_content #contents .contents_wrap .guide_txt_blk .list_disc li:last-of-type {
  margin-bottom: 0;
}

.guide_content #contents .contents_wrap .guide_txt_blk .list_num {
  padding-left: 1.5em;
  margin-bottom: 2em;
}

.guide_content #contents .contents_wrap .guide_txt_blk .list_num li {
  list-style-type: decimal;
  margin-bottom: 4px;
}

.guide_content #contents .contents_wrap .guide_txt_blk .list_num li:last-of-type {
  margin-bottom: 0;
}

.guide_content #contents .contents_wrap .back_btn {
  margin-top: 6em;
}

.guide_content #contents .contents_wrap .back_btn a {
  color: #000;
  background-color: #fff;
}

.guide_content #contents .contents_wrap .back_btn a:hover {
  color: #fff;
  background-color: #000;
}

@media only screen and (max-width: 1220px) and (min-width: 751px) {
  #guide_top #contents .contents_wrap {
    width: 94%;
    max-width: 100%;
    text-align: justify;
  }
  #guide_top #contents .contents_wrap .ttl02 {
    margin-bottom: 40px;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content {
    margin-bottom: 4.83333vw;
    font-size: 1.2rem;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row a > span::after {
    content: '';
    right: 1.25vw;
    width: 0.5vw;
    height: 0.91667vw;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 {
    font-size: 1.2rem;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.order {
    padding-left: 3.66667vw;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.order::before {
    width: 2.16667vw;
    height: 1.83333vw;
    left: 1.08333vw;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.payment {
    padding-left: 4.25vw;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.payment::before {
    width: 2.33333vw;
    height: 1.83333vw;
    left: 1.25vw;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.shipping {
    padding-left: 3.91667vw;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.shipping::before {
    width: 2.66667vw;
    height: 1.66667vw;
    left: 0.75vw;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.return-repair {
    padding-left: 4vw;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.return-repair::before {
    width: 2.16667vw;
    height: 2.16667vw;
    left: 1.16667vw;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.refund {
    padding-left: 3.91667vw;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.refund::before {
    width: 1.91667vw;
    height: 1.91667vw;
    left: 1.08333vw;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.items {
    padding-left: 3.91667vw;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.items::before {
    width: 2.33333vw;
    height: 1.83333vw;
    left: 0.75vw;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.register {
    padding-left: 3.41667vw;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row h2 a .icon.register::before {
    width: 1.66667vw;
    height: 1.83333vw;
    left: 1.08333vw;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row .sec_list ol li > a {
    padding: 0 1.08333vw;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row .sec_list ol li > a > span {
    padding-right: 3.33333vw;
  }
  #guide_top #contents .contents_wrap .inner_wrap .btn_blk {
    margin-top: 3.5vw;
  }
  #guide_top #contents .contents_wrap .inner_wrap .btn_blk > div {
    margin: 0 1.66667vw;
  }
  .guide_content #contents .contents_wrap {
    width: 94%;
    max-width: 100%;
  }
  .guide_content #contents .contents_wrap .ttl02 {
    margin-bottom: 40px;
  }
  .guide_content #contents .contents_wrap .guide_anc li a {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 750px) {
  #guide_top #contents .contents_wrap {
    font-size: 1.4rem;
    line-height: 1.4286;
    max-width: 100%;
    padding: 0 5.33333vw;
  }
  #guide_top #contents .contents_wrap .ttl02 {
    margin: 10.66667vw 8vw;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list {
    display: block;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row a {
    height: 50px;
  }
  #guide_top #contents .contents_wrap .inner_wrap .guide_contents_list .guide_content .row .sec_list ol li > a > span {
    padding-right: 0;
  }
  #guide_top #contents .contents_wrap .inner_wrap .btn_blk {
    display: block;
  }
  #guide_top #contents .contents_wrap .inner_wrap .btn_blk > div {
    margin: 0;
  }
  #guide_top #contents .contents_wrap .inner_wrap .btn_blk > div:first-child {
    margin-bottom: 30px;
  }
  .guide_content {
    line-height: 1.6;
  }
  .guide_content #contents .contents_wrap {
    max-width: 100%;
    padding: 0 5.33333vw;
  }
  .guide_content #contents .contents_wrap .ttl02 {
    margin: 10.66667vw 0 8vw;
  }
  .guide_content #contents .contents_wrap .guide_anc li {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .guide_content #contents .contents_wrap .guide_anc li a {
    font-size: 3.73333vw;
  }
  .guide_content #contents .contents_wrap .guide_txt_blk .ttl {
    font-size: 1.8rem;
  }
  .guide_content #contents .contents_wrap .guide_txt_blk .ttl_small {
    font-size: 1.6rem;
    margin-bottom: .5em;
  }
  .guide_content #contents .contents_wrap .guide_txt_blk .txt a.tel_txt {
    text-decoration: underline;
    pointer-events: auto;
  }
  .guide_content #contents .contents_wrap .back_btn {
    margin-top: 4em;
  }
  .guide_content #contents .contents_wrap .back_btn a:hover {
    color: #000;
    background-color: #fff;
  }
}
/*# sourceMappingURL=../map/guide/guide.css.map */
