@charset "UTF-8";
.buy-Bnr {
  margin: 15px auto;
  text-align: center;
}

@media print, screen and (min-width: 1024px) {
  .buy-Bnr {
    margin: 5px auto;
    text-align: center;
  }
}

.buy-City_Shoplist {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 15px 0;
}

@media print, screen and (min-width: 1024px) {
  .buy-City_Shoplist {
    margin: 30px 0;
  }
}

.buy-City_ShoplistElm {
  display: block;
  width: 50%;
  text-decoration: none;
  border: 2px solid #cecece;
  background-color: #f0f0f0;
  color: #000;
}

@media print, screen and (min-width: 1024px) {
  .buy-City_ShoplistElm {
    width: 25%;
    border-right: none;
  }
  .buy-City_ShoplistElm:nth-child(4n),
  .is-childCount-01 .buy-City_ShoplistElm:last-child,
  .is-childCount-02 .buy-City_ShoplistElm:last-child,
  .is-childCount-03 .buy-City_ShoplistElm:last-child {
    border-right: 2px solid #cecece;
  }
  .is-child-normalize .buy-City_ShoplistElm:last-child {
    width: calc(25% + 2px);
    border-right: 2px solid #cecece;
  }
  .buy-City_ShoplistElm:hover img {
    opacity: 0.8;
  }
  .buy-City_ShoplistElm:hover .buy-City_ShoplistArrow {
    text-decoration: none;
    color: #459efb;
  }
}

.buy-City_ShoplistElm:nth-child(n + 3) {
  border-top: none;
}

@media print, screen and (min-width: 1024px) {
  .buy-City_ShoplistElm:nth-child(n + 3) {
    border-top: 2px solid #cecece;
  }
}

.buy-City_ShoplistElm:nth-child(2n) {
  border-left: none;
}

@media print, screen and (min-width: 1024px) {
  .buy-City_ShoplistElm:nth-child(2n) {
    border-left: 2px solid #cecece;
  }
}

@media print, screen and (min-width: 1024px) {
  .buy-City_ShoplistElm:nth-child(n + 5) {
    border-top: none;
  }
}

.buy-City_ShoplistImg {
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
}

.buy-City_ShoplistDetail {
  padding: 8px 15px;
  font-size: 12px;
}

@media print, screen and (min-width: 1024px) {
  .buy-City_ShoplistDetail {
    padding: 10px 15px;
    font-size: 13px;
  }
}

.buy-City_ShoplistArrow {
  text-align: center;
  text-decoration: underline;
  color: #0000ee;
}

.buy-City_ShoplistArrow::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  margin-right: 10px;
  background: url(/img/kaitori/pc/icon_arrow02.svg) 0 0 no-repeat;
  background-size: 5px auto;
}

@media print, screen and (min-width: 1024px) {
  .buy-City_ShoplistArrow::before {
    width: 5px;
    height: 9px;
    background-size: 5px auto;
  }
}

/* buy-City_Region
---------------------------------------------- */
.buy-City_Region {
  margin-top: 40px;
}

@media print, screen and (min-width: 1024px) {
  .buy-City_Region {
    margin-top: 60px;
  }
}

.buy-City_RegionContents {
  margin-top: 15px;
}

@media print, screen and (min-width: 1024px) {
  .buy-City_RegionContents {
    margin-top: 30px;
  }
}

.buy-City_RegionHead {
  padding: 12px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  background-color: #bf0200;
  color: #fff;
}

@media print, screen and (min-width: 1024px) {
  .buy-City_RegionHead {
    font-size: 18px;
  }
}

.buy-City_RegionAccodion {
  border: 2px solid #cecece;
}

@media print, screen and (min-width: 1024px) {
  .buy-City_RegionAccodion {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #cecece;
  }
}

.buy-City_RegionAccodion + .buy-City_RegionAccodion {
  border-top: none;
}

.buy-City_RegionAccodionHead {
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
  background-color: #ffebeb;
  color: #000;
}

@media print, screen and (min-width: 1024px) {
  .buy-City_RegionAccodionHead {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 200px;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-right: 1px solid #cecece;
  }
}

.buy-City_RegionAccodionHead::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 5px;
  margin-right: 10px;
  background: url(/img/kaitori/pc/icon_arrow03.svg) 0 0 no-repeat;
  background-size: 9px auto;
}

@media print, screen and (min-width: 1024px) {
  .buy-City_RegionAccodionHead::before {
    display: none;
  }
}

.buy-City_RegionAccodionBody {
  display: none;
  border-top: 2px solid #cecece;
}

@media print, screen and (min-width: 1024px) {
  .buy-City_RegionAccodionBody {
    display: block;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden;
    padding: 40px;
    border-top: none;
  }
}

.buy-City_RegionFlat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 -2px;
  padding: 0;
  list-style: none;
}

@media print, screen and (min-width: 1024px) {
  .buy-City_RegionFlat {
    margin: 0 0 -20px;
  }
}

.buy-City_RegionFlatElm {
  position: relative;
  width: 50%;
  border-bottom: 2px solid #cecece;
}

@media print, screen and (min-width: 1024px) {
  .buy-City_RegionFlatElm {
    width: auto;
    margin: 0 18px 20px 0;
    padding-right: 18px;
    border: none;
  }
  .buy-City_RegionFlatElm::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.1em;
    right: 0;
    z-index: 2;
    width: 1px;
    height: 14px;
    background-color: #c7c7c7;
  }
  .buy-City_RegionFlatElm.is-rowLast::before, .buy-City_RegionFlatElm:last-child::before {
    display: none;
  }
}

.buy-City_RegionFlatElm:nth-child(2n + 1) {
  border-right: 2px solid #cecece;
}

@media print, screen and (min-width: 1024px) {
  .buy-City_RegionFlatElm:nth-child(2n + 1) {
    border-right: none;
  }
}

.buy-City_RegionFlatElmLink {
  display: block;
  padding: 14px 15px;
  font-size: 13px;
}

@media print, screen and (min-width: 1024px) {
  .buy-City_RegionFlatElmLink {
    padding: 0;
    font-size: 14px;
  }
}

.buy-City_RegionFlatElmLink::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  margin-right: 10px;
  background: url(/img/kaitori/pc/icon_arrow02.svg) 0 0 no-repeat;
  background-size: 5px auto;
}

@media print, screen and (min-width: 1024px) {
  .buy-City_RegionFlatElmLink::before {
    display: none;
  }
}

.buy-Fixnav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 8000;
  width: 100%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

@media print, screen and (min-width: 1024px) {
  .buy-Fixnav {
    min-width: 950px;
  }
}

.buy-Fixnav.is-active {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.buy-Fixnav_Block {
  position: relative;
  width: 100%;
  padding: 8px 0 0;
  background-color: #f8f8f8;
}

@media print, screen and (min-width: 1024px) {
  .buy-Fixnav_Block {
    padding: 4px 0 15px 0;
  }
}

.buy-Fixnav_Block::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #bf0000 url(/img/kaitori/pc/bg_line.png) repeat-x center top;
  background-size: 3px 2px;
}

@media print, screen and (min-width: 1024px) {
  .buy-Fixnav_Block::before {
    height: 4px;
    background-size: auto auto;
  }
}

.buy-Fixnav_Contents {
  max-width: 414px;
  margin: auto;
  text-align: center;
}

@media print, screen and (min-width: 1024px) {
  .buy-Fixnav_Contents {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 950px;
    max-width: 100%;
    text-align: left;
    letter-spacing: -0.5em;
  }
}

.buy-Fixnav_ContentsText {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
}

@media print, screen and (min-width: 1024px) {
  .buy-Fixnav_ContentsText {
    vertical-align: top;
    width: 550px;
    margin-bottom: 0;
    padding-top: 20px;
    letter-spacing: -0.03em;
    font-size: 20px;
    line-height: 1.1;
  }
}

.buy-Fixnav_ContentsBtn {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 9px;
  padding: 0 11.71875%;
  letter-spacing: normal;
}

@media print, screen and (min-width: 1024px) {
  .buy-Fixnav_ContentsBtn {
    width: 386px;
    margin: 0;
    padding: 20px 0 0;
  }
}

.buy-Fixnav_red {
  color: #bf0000;
}

.buy-Fixnav_Submit {
  width: 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 1024px) {
  .buy-Fixnav_Submit {
    width: auto;
  }
  .buy-Fixnav_Submit:hover {
    opacity: 0.8;
  }
}

.buy-Flow {
  margin-top: 25px;
  padding: 20px 0 25px;
  border-top: 4px solid #e9e9e9;
  background-color: #fafafa;
}

@media print, screen and (min-width: 1024px) {
  .buy-Flow {
    margin-top: 80px;
    padding: 30px 0 40px;
    border-top-width: 2px;
  }
}

.buy-Flow_Visual {
  text-align: center;
}

@media print, screen and (min-width: 1024px) {
  .buy-Flow_Visual {
    margin-top: 40px;
  }
}

/* NEW pls-headline
---------------------------------------------- */
.buy-Headline_Pagetitle {
  padding: 12px 15px;
  background-color: #bf0000;
}

@media print, screen and (min-width: 1024px) {
  .buy-Headline_Pagetitle {
    position: relative;
    padding: 12px 0;
  }
}

.buy-Headline_PagetitleElm {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

@media print, screen and (min-width: 1024px) {
  .buy-Headline_PagetitleElm {
    font-size: 18px;
  }
}

.buy-Headline_Lv01 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
}

@media print, screen and (min-width: 1024px) {
  .buy-Headline_Lv01 {
    margin-bottom: 30px;
    font-size: 32px;
  }
}

.buy-Layout_Siteblock, .buy-Layout_Siteblock-thinSp, .buy-Layout_Siteblock-unblockSp {
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}

@media print, screen and (min-width: 1024px) {
  .buy-Layout_Siteblock, .buy-Layout_Siteblock-thinSp, .buy-Layout_Siteblock-unblockSp {
    padding: 0 20px;
  }
}

.buy-Layout_Siteblock-thinSp {
  padding: 0 8px;
}

.buy-Layout_Siteblock-unblockSp {
  padding: 0;
}

/* br
---------------------------------------------- */
.buy-Layout_BreakPc {
  display: none;
}

@media print, screen and (min-width: 1024px) {
  .buy-Layout_BreakPc {
    display: inline;
  }
}

.buy-Layout_BreakSp {
  display: inline;
}

@media print, screen and (min-width: 1024px) {
  .buy-Layout_BreakSp {
    display: none;
  }
}

/* only block
---------------------------------------------- */
.buy-Layout_ElmPc {
  display: none;
}

@media print, screen and (min-width: 1024px) {
  .buy-Layout_ElmPc {
    display: block;
  }
}

.buy-Layout_ElmSp {
  display: block;
}

@media print, screen and (min-width: 1024px) {
  .buy-Layout_ElmSp {
    display: none;
  }
}

/* fixnav modfire
---------------------------------------------- */
.buy-Layout_HasFixnav {
  margin-bottom: 110px;
}

@media print, screen and (min-width: 1024px) {
  .buy-Layout_HasFixnav {
    margin-bottom: 110px;
  }
}

.buy-Link_Inline {
  color: #0000ee;
}

@media print, screen and (min-width: 1024px) {
  .buy-Link_Inline:hover {
    text-decoration: none;
    color: #459efb;
  }
}

.buy-Otherservice {
  padding: 0;
  background-color: #fafafa;
}

@media print, screen and (min-width: 1024px) {
  .buy-Otherservice {
    padding: 30px 0 40px;
    border-top: 2px solid #e9e9e9;
  }
}

.buy-Otherservice_List {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

@media print, screen and (min-width: 1024px) {
  .buy-Otherservice_List {
    max-width: 100%;
  }
}

.buy-Otherservice_List img {
  width: 100%;
  height: auto;
}

.buy-Otherservice_ListElm {
  width: calc(50% - 1px);
}

@media print, screen and (min-width: 1024px) {
  .buy-Otherservice_ListElm {
    width: 215px;
  }
  .buy-Otherservice_ListElm:nth-child(n + 3) {
    margin-top: 0;
  }
}

.buy-Otherservice_ListElm:nth-child(n + 3) {
  margin-top: 2px;
}

.buy-Otherservice_ListElmLink {
  display: block;
}

.buy-Otherservice_ListElmLink:hover img {
  opacity: 0.8;
}

#buy-Pclegacy {
  margin-bottom: 110px;
}

.buy-Pclegacy_Contents {
  overflow: hidden;
  min-width: 950px;
  /* import to module_set_20170911
  ---------------------------------------------- */
  /* anchor -[common]- */
  /*
   riHdr001_950 [custom]
  ---------------------------------------- */
  /* kanban__btn */
  /*
   navi
  ---------------------------------------- */
  /*
   riTtl001_950 -[custom]-
  ---------------------------------------- */
  /* subttl */
  /*
   cntBg
  ---------------------------------------- */
  /*
   contents
  ---------------------------------------- */
  /* coopList */
  /*
   cntCoop
  ---------------------------------------- */
  /*
   cntPoint
  ---------------------------------------- */
  /* riClmn002_liquid */
  /*
   cntKaitori
  ---------------------------------------- */
  /* kaitoriList */
  /*
   cntCustomer
  ---------------------------------------- */
  /* customerList */
  /*
   cntMaker
  ---------------------------------------- */
  /* makerList */
  /*
   cntGuide
  ---------------------------------------- */
  /* guideList */
  /*
   cntBeginner
  ---------------------------------------- */
  /* title */
  /* qaList */
  /*
   flnaviArea
  ---------------------------------------- */
  /* #gloNaviArea { display:none; } */
}

.buy-Pclegacy_Contents .riTxtColor_f20000 {
  color: #f20000 !important;
}

.buy-Pclegacy_Contents .riTxtColor_660000 {
  color: #600 !important;
}

.buy-Pclegacy_Contents .riMt0 {
  margin-top: 0 !important;
}

.buy-Pclegacy_Contents .riMt1 {
  margin-top: 1px !important;
}

.buy-Pclegacy_Contents .riMt2 {
  margin-top: 2px !important;
}

.buy-Pclegacy_Contents .riMt3 {
  margin-top: 3px !important;
}

.buy-Pclegacy_Contents .riMt4 {
  margin-top: 4px !important;
}

.buy-Pclegacy_Contents .riMt5 {
  margin-top: 5px !important;
}

.buy-Pclegacy_Contents .riMt10 {
  margin-top: 10px !important;
}

.buy-Pclegacy_Contents .riMt15 {
  margin-top: 15px !important;
}

.buy-Pclegacy_Contents .riMt20 {
  margin-top: 20px !important;
}

.buy-Pclegacy_Contents .riMt25 {
  margin-top: 25px !important;
}

.buy-Pclegacy_Contents .riMt30 {
  margin-top: 30px !important;
}

.buy-Pclegacy_Contents .riMt35 {
  margin-top: 35px !important;
}

.buy-Pclegacy_Contents .riMt40 {
  margin-top: 40px !important;
}

.buy-Pclegacy_Contents .riMt45 {
  margin-top: 45px !important;
}

.buy-Pclegacy_Contents .riMt50 {
  margin-top: 50px !important;
}

.buy-Pclegacy_Contents .riMt70 {
  margin-top: 70px !important;
}

.buy-Pclegacy_Contents .riMb0 {
  margin-bottom: 0 !important;
}

.buy-Pclegacy_Contents .riMb1 {
  margin-bottom: 1px !important;
}

.buy-Pclegacy_Contents .riMb2 {
  margin-bottom: 2px !important;
}

.buy-Pclegacy_Contents .riMb3 {
  margin-bottom: 3px !important;
}

.buy-Pclegacy_Contents .riMb4 {
  margin-bottom: 4px !important;
}

.buy-Pclegacy_Contents .riMb5 {
  margin-bottom: 5px !important;
}

.buy-Pclegacy_Contents .riMb10 {
  margin-bottom: 10px !important;
}

.buy-Pclegacy_Contents .riMb15 {
  margin-bottom: 15px !important;
}

.buy-Pclegacy_Contents .riMb20 {
  margin-bottom: 20px !important;
}

.buy-Pclegacy_Contents .riMb25 {
  margin-bottom: 25px !important;
}

.buy-Pclegacy_Contents .riMb30 {
  margin-bottom: 30px !important;
}

.buy-Pclegacy_Contents .riMb35 {
  margin-bottom: 35px !important;
}

.buy-Pclegacy_Contents .riMb40 {
  margin-bottom: 40px !important;
}

.buy-Pclegacy_Contents .riMb45 {
  margin-bottom: 45px !important;
}

.buy-Pclegacy_Contents .riMb50 {
  margin-bottom: 50px !important;
}

.buy-Pclegacy_Contents .riMb60 {
  margin-bottom: 60px !important;
}

.buy-Pclegacy_Contents .riMb70 {
  margin-bottom: 70px !important;
}

.buy-Pclegacy_Contents .riMb80 {
  margin-bottom: 80px !important;
}

.buy-Pclegacy_Contents .riPl0 {
  padding-left: 0 !important;
}

.buy-Pclegacy_Contents .riPl5 {
  padding-left: 5px !important;
}

.buy-Pclegacy_Contents .riPl10 {
  padding-left: 10px !important;
}

.buy-Pclegacy_Contents .riPl15 {
  padding-left: 15px !important;
}

.buy-Pclegacy_Contents .riPl20 {
  padding-left: 20px !important;
}

.buy-Pclegacy_Contents .riPl25 {
  padding-left: 25px !important;
}

.buy-Pclegacy_Contents .riPl30 {
  padding-left: 30px !important;
}

.buy-Pclegacy_Contents .riPl35 {
  padding-left: 35px !important;
}

.buy-Pclegacy_Contents .riPl40 {
  padding-left: 40px !important;
}

.buy-Pclegacy_Contents .riPl45 {
  padding-left: 45px !important;
}

.buy-Pclegacy_Contents .riPl50 {
  padding-left: 50px !important;
}

.buy-Pclegacy_Contents .riPr0 {
  padding-right: 0 !important;
}

.buy-Pclegacy_Contents .riPr5 {
  padding-right: 5px !important;
}

.buy-Pclegacy_Contents .riPr10 {
  padding-right: 10px !important;
}

.buy-Pclegacy_Contents .riPr15 {
  padding-right: 15px !important;
}

.buy-Pclegacy_Contents .riPr20 {
  padding-right: 20px !important;
}

.buy-Pclegacy_Contents .riPr25 {
  padding-right: 25px !important;
}

.buy-Pclegacy_Contents .riPr30 {
  padding-right: 30px !important;
}

.buy-Pclegacy_Contents .riPr35 {
  padding-right: 35px !important;
}

.buy-Pclegacy_Contents .riPr40 {
  padding-right: 40px !important;
}

.buy-Pclegacy_Contents .riPr45 {
  padding-right: 45px !important;
}

.buy-Pclegacy_Contents .riPr50 {
  padding-right: 50px !important;
}

.buy-Pclegacy_Contents .riTaL {
  text-align: left !important;
}

.buy-Pclegacy_Contents .riTaC {
  text-align: center !important;
}

.buy-Pclegacy_Contents .riTaR {
  text-align: right !important;
}

.buy-Pclegacy_Contents .riVaT {
  vertical-align: top !important;
}

.buy-Pclegacy_Contents .riVaM {
  vertical-align: middle !important;
}

.buy-Pclegacy_Contents .riVaB {
  vertical-align: bottom !important;
}

.buy-Pclegacy_Contents .riNoBr {
  white-space: nowrap !important;
}

.buy-Pclegacy_Contents .rifz18 {
  font-size: 18px;
}

.buy-Pclegacy_Contents .rifz17 {
  font-size: 17px;
}

.buy-Pclegacy_Contents .rifz16 {
  font-size: 16px;
}

.buy-Pclegacy_Contents .rifz15 {
  font-size: 15px;
}

.buy-Pclegacy_Contents .rifz14 {
  font-size: 14px;
}

.buy-Pclegacy_Contents .rifz13 {
  font-size: 13px;
}

.buy-Pclegacy_Contents .rifz12 {
  font-size: 12px;
}

.buy-Pclegacy_Contents .riImgFloat {
  zoom: 1;
}

.buy-Pclegacy_Contents .riImgFloat .riImgL {
  float: left;
  margin: 0 10px 0 0;
}

.buy-Pclegacy_Contents .riImgFloat .riImgR {
  float: right;
  margin: 0 0 0 10px;
}

.buy-Pclegacy_Contents .riImgFloat::after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.buy-Pclegacy_Contents .riImgFloat .riImgFloatSolid {
  overflow: hidden;
  zoom: 1;
}

.buy-Pclegacy_Contents *:first-child + html .riImgFloat .riImgFloatSolid {
  overflow: hidden;
}

.buy-Pclegacy_Contents * html .riImgFloat .riImgFloatSolid {
  float: left;
}

.buy-Pclegacy_Contents .riHdr001_950 {
  width: 950px;
  margin: auto;
}

.buy-Pclegacy_Contents .riHdr001_950 {
  position: relative;
  margin-bottom: 28px !important;
}

.buy-Pclegacy_Contents #riGlobalWrap {
  overflow: hidden;
  /* IE Bug Support */
  overflow-x: hidden;
}

.buy-Pclegacy_Contents a._anchor {
  display: block;
  position: relative;
  z-index: -1;
}

.buy-Pclegacy_Contents .mb--80 {
  margin-bottom: 80px !important;
}

.buy-Pclegacy_Contents .riMaB60 {
  margin-bottom: 60px;
}

.buy-Pclegacy_Contents .riColWrap {
  clear: both;
  width: 950px;
  margin: 10px auto 0;
  text-align: left;
  zoom: 1;
}

.buy-Pclegacy_Contents .riHdr001_950 {
  position: relative;
  margin-bottom: 28px !important;
}

.buy-Pclegacy_Contents .riHdr001_950 .kanban__bg {
  position: absolute;
  top: 0;
  left: 0;
}

.buy-Pclegacy_Contents .riHdr001_950 .kanban__mainTtl {
  position: relative;
  margin-bottom: 20px;
  padding: 20px 0 0 20px;
}

.buy-Pclegacy_Contents .riHdr001_950 .kanban__btnWrap {
  position: relative;
  width: 420px;
  margin-bottom: 32px;
  padding: 0 0 0 20px;
}

.buy-Pclegacy_Contents .riHdr001_950 .kanban__btnWrap ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  letter-spacing: -0.5em;
}

.buy-Pclegacy_Contents .riHdr001_950 .kanban__btnWrap ul li {
  display: block;
  vertical-align: top;
  letter-spacing: normal;
}

.buy-Pclegacy_Contents .riHdr001_950 .kanban__btnWrap ul li:nth-child(n + 2) {
  margin-top: 15px;
}

.buy-Pclegacy_Contents .riHdr001_950 .kanban__btnWrap .btn._top {
  width: 400px;
}

.buy-Pclegacy_Contents .riHdr001_950 .kanban__btnWrap .btn._top input:hover {
  opacity: 0.8;
}

.buy-Pclegacy_Contents .riHdr001_950 .kanban__btnWrap .btn._udr {
  width: 190px;
}

.buy-Pclegacy_Contents .riHdr001_950 .kanban__btnWrap .btn a:hover img {
  opacity: 0.8;
}

.buy-Pclegacy_Contents .kanban__itemImg {
  position: relative;
  text-align: center;
}

.buy-Pclegacy_Contents .naviArea {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #000;
}

.buy-Pclegacy_Contents .navi--ul {
  width: 950px;
  margin: auto;
  padding: 0;
  text-align: left;
  letter-spacing: -0.5em;
}

.buy-Pclegacy_Contents .navi--li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 190px;
  text-align: center;
}

.buy-Pclegacy_Contents .navi--li + .navi--li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 50px;
  background-color: #595959;
}

.buy-Pclegacy_Contents .navi--li > a {
  display: block;
  position: relative;
  height: 60px;
  text-align: center;
}

.buy-Pclegacy_Contents .navi--li > a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin-right: -100%;
}

.buy-Pclegacy_Contents .navi--li > a > * {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
}

.buy-Pclegacy_Contents .riTtl001_950._default {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
  color: #000;
}

.buy-Pclegacy_Contents .riTtl001_950._default .strong {
  font-size: 44.8px;
  color: #bf0000;
}

.buy-Pclegacy_Contents .riTtl001_950._subTtl {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.1;
}

.buy-Pclegacy_Contents ._bgGray {
  position: relative;
  padding: 40px 0;
}

.buy-Pclegacy_Contents ._bgGray::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: 0 -500%;
  padding: 0 500%;
  border-top: 4px solid #e9e9e9;
  border-bottom: 4px solid #e9e9e9;
  background-color: #fafafa;
}

.buy-Pclegacy_Contents ._bgGreen {
  position: relative;
  padding: 40px 0;
}

.buy-Pclegacy_Contents ._bgGreen::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: 0 -500%;
  padding: 0 500%;
  border-top: 4px solid #e4f0d8;
  border-bottom: 4px solid #e4f0d8;
  background-color: #f7ffee;
}

.buy-Pclegacy_Contents .coopList--ul {
  display: inline-block;
  vertical-align: top;
  margin-left: -12px;
  padding: 0;
  letter-spacing: -0.5em;
}

.buy-Pclegacy_Contents .coopList--li {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  letter-spacing: normal;
}

.buy-Pclegacy_Contents .cntCoop._bgGray::before {
  border-top: none;
}

.buy-Pclegacy_Contents .cntPoint._bgGray {
  padding-bottom: 70px;
}

.buy-Pclegacy_Contents .cntPoint .riClmn002_liquid._custom .riBdr {
  padding: 40px 0 !important;
  border-top: 4px solid #ececec !important;
}

.buy-Pclegacy_Contents .cntPoint .riClmn002_liquid._custom .riBdr:first-child {
  padding-top: 0 !important;
  border-top: none !important;
}

.buy-Pclegacy_Contents .kaitoriList--ul {
  margin: -20px 0 0 -6px;
  padding: 0;
  letter-spacing: -0.5em;
}

.buy-Pclegacy_Contents .kaitoriList--li {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 6px;
  letter-spacing: normal;
}

.buy-Pclegacy_Contents .kaitoriList--itemWrap {
  position: relative;
}

.buy-Pclegacy_Contents .kaitoriList--textWrap {
  position: absolute;
  top: 25px;
  left: 36px;
  width: 406px;
}

.buy-Pclegacy_Contents .kaitoriList--itemName {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
}

.buy-Pclegacy_Contents .kaitoriList--itemDesc {
  font-size: 13px;
  line-height: 1.538;
}

.buy-Pclegacy_Contents .customerList--ul {
  margin: 0 0 0 -30px;
  padding: 0;
  letter-spacing: -0.5em;
}

.buy-Pclegacy_Contents .customerList--li {
  display: inline-block;
  vertical-align: top;
  width: 460px;
  margin: 100px 0 0 30px;
  letter-spacing: normal;
}

.buy-Pclegacy_Contents .customerList--itemWrap {
  position: relative;
  padding: 20px 23px 23px 23px;
  border: 4px solid #ededed;
  background-color: #fff;
}

.buy-Pclegacy_Contents .customerList--itemWrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -64px;
  left: 26px;
  width: 120px;
  height: 120px;
}

.buy-Pclegacy_Contents .customerList--itemWrap._man1::before {
  background: url(/img/kaitori/pc/icon_customer01.png) no-repeat;
}

.buy-Pclegacy_Contents .customerList--itemWrap._man2::before {
  background: url(/img/kaitori/pc/icon_customer02.png) no-repeat;
}

.buy-Pclegacy_Contents .customerList--itemWrap._woman1::before {
  background: url(/img/kaitori/pc/icon_customer03.png) no-repeat;
}

.buy-Pclegacy_Contents .customerList--itemWrap._woman2::before {
  background: url(/img/kaitori/pc/icon_customer04.png) no-repeat;
}

.buy-Pclegacy_Contents .customerList--name {
  height: 80px;
  text-align: right;
  font-size: 14px;
  line-height: 1.25;
}

.buy-Pclegacy_Contents .customerList--itemCatch {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
}

.buy-Pclegacy_Contents .customerList--itemDesc {
  font-size: 13px;
  line-height: 1.5;
}

.buy-Pclegacy_Contents .makerList {
  width: 944px;
  margin: auto;
}

.buy-Pclegacy_Contents .makerList--ul {
  margin-left: -11px;
  padding: 0;
  letter-spacing: -0.5em;
}

.buy-Pclegacy_Contents .makerList--li {
  display: inline-block;
  vertical-align: top;
  width: 95px;
  margin-left: 11px;
  letter-spacing: normal;
}

.buy-Pclegacy_Contents .makerList--itemWrap a {
  text-decoration: none !important;
}

.buy-Pclegacy_Contents .makerList--itemImg {
  margin-bottom: 13px;
}

.buy-Pclegacy_Contents .makerList--itemDesc {
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1.1;
  color: #000;
}

.buy-Pclegacy_Contents .guideList--ul {
  margin-left: -10px;
  padding: 0;
  letter-spacing: -0.5em;
}

.buy-Pclegacy_Contents .guideList--li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  letter-spacing: normal;
}

.buy-Pclegacy_Contents .guideList--itemWrap {
  width: 230px;
}

.buy-Pclegacy_Contents .guideList--itemDesc {
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  background-color: #000;
  color: #fff;
}

.buy-Pclegacy_Contents .guideList--itemDesc span {
  display: inline-block;
  padding-top: 10px;
}

.buy-Pclegacy_Contents .cntBeginner ._icon {
  letter-spacing: -0.5em;
}

.buy-Pclegacy_Contents .cntBeginner ._icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 48px;
  margin-right: 10px;
  background: url(/img/kaitori/pc/icon_beginner.png) no-repeat;
}

.buy-Pclegacy_Contents .cntBeginner ._icon span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

.buy-Pclegacy_Contents .qaList--dt {
  height: 56px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1;
  border: 4px solid #bf0000;
}

.buy-Pclegacy_Contents .qaList--dt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  height: 52px;
  margin-right: 15px;
  background: url(/img/kaitori/pc/icon_faq_q.png) no-repeat;
}

.buy-Pclegacy_Contents .qaList--dt span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 2px;
}

.buy-Pclegacy_Contents .qaList--dd {
  margin-bottom: 40px;
  padding: 0 30px;
  font-size: 13px;
}

.buy-Pclegacy_Contents #RJSMegaDropdownMenu {
  z-index: 9000;
}

.buy-Pclegacy_Contents #gloNaviArea {
  visibility: hidden;
  overflow: hidden;
  height: 1px;
}

.buy-Pclegacy_Contents #gloNaviArea2 {
  top: auto !important;
  bottom: 0 !important;
  left: 0;
  z-index: 8000;
  width: 100%;
  min-width: 950px;
}

.buy-Pclegacy_Contents #gloNaviArea2 #gloNaviAreaIn {
  position: relative;
  width: 100%;
  padding: 4px 0 15px 0;
  background-color: #f8f8f8;
}

.buy-Pclegacy_Contents #gloNaviArea2 #gloNaviAreaIn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #bf0000 url(/img/kaitori/pc/bg_line.png) repeat-x center top;
}

.buy-Pclegacy_Contents .flnaviArea {
  width: 950px;
  margin: auto;
  letter-spacing: -0.5em;
}

.buy-Pclegacy_Contents .flnaviArea--text {
  display: inline-block;
  vertical-align: top;
  width: 550px;
  padding-top: 20px;
  letter-spacing: -0.03em;
  font-size: 20px;
  line-height: 1.1;
}

.buy-Pclegacy_Contents .flnaviArea--text ._red {
  color: #bf0000;
}

.buy-Pclegacy_Contents .flnaviArea--btn {
  display: inline-block;
  vertical-align: top;
  width: 386px;
  padding-top: 20px;
  letter-spacing: normal;
}

.buy-Pclegacy_Contents .flnaviArea--btn ul {
  margin: -7px 0 0 -10px;
  letter-spacing: -0.5em;
}

.buy-Pclegacy_Contents .flnaviArea--btn ul li {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 10px;
  letter-spacing: normal;
}

.buy-Pclegacy_Contents .flnaviArea--btn .btn input:hover {
  opacity: 0.8;
}

.buy-Pclegacy_Contents .flnaviArea--btn .btn a:hover img {
  opacity: 0.8;
}

.buy-Prefectures_List {
  padding: 0;
  border: 1px solid #a3a3a3;
  list-style: none;
}

@media print, screen and (min-width: 1024px) {
  .buy-Prefectures_List {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 27px 0;
    line-height: 1.2;
    border: none;
  }
}

.buy-Prefectures_List:nth-child(n + 2) {
  border-top: none;
}

.buy-Prefectures_ListHead {
  padding: 20px;
  font-weight: bold;
  color: #000;
}

@media print, screen and (min-width: 1024px) {
  .buy-Prefectures_ListHead {
    width: 140px;
    padding: 0;
    font-size: 16px;
  }
}

.buy-Prefectures_ListHead::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 5px;
  margin-right: 10px;
  background: url(/img/kaitori/pc/icon_arrow03.svg) 0 0 no-repeat;
  background-size: 9px auto;
  transition: ease transform 0.3s;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media print, screen and (min-width: 1024px) {
  .buy-Prefectures_ListHead::before {
    display: none;
  }
}

.is-active .buy-Prefectures_ListHead::before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.buy-Prefectures_ListBody {
  display: none;
  overflow: hidden;
}

@media print, screen and (min-width: 1024px) {
  .buy-Prefectures_ListBody {
    display: block;
  }
}

.buy-Prefectures_Link {
  padding: 0;
  list-style: none;
}

@media print, screen and (min-width: 1024px) {
  .buy-Prefectures_Link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 13px;
  }
}

.buy-Prefectures_LinkElm {
  border-top: 1px solid #a3a3a3;
}

@media print, screen and (min-width: 1024px) {
  .buy-Prefectures_LinkElm {
    padding: 0 15px;
    border: none;
    border-right: 1px solid #c7c7c7;
  }
  .buy-Prefectures_LinkElm:last-child {
    border-right: none;
  }
}

.buy-Prefectures_LinkAnc {
  display: block;
  padding: 15px 35px;
  text-decoration: none;
  color: #000;
}

@media print, screen and (min-width: 1024px) {
  .buy-Prefectures_LinkAnc {
    display: inline-block;
    padding: 0;
  }
}

.buy-Prefectures_LinkAnc::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  margin-right: 10px;
  background: url(/img/kaitori/pc/icon_arrow02.svg) 0 0 no-repeat;
  background-size: 5px auto;
}

@media print, screen and (min-width: 1024px) {
  .buy-Prefectures_LinkAnc::before {
    display: none;
  }
}

.buy-Region {
  padding: 15px 0;
  background-color: #fff;
}

@media print, screen and (min-width: 1024px) {
  .buy-Region {
    padding: 30px 0 30px;
    border-top: 2px solid #e9e9e9;
  }
}

.buy-Region_Box {
  border: 1px solid #d5d5d5;
}

.buy-Region_BoxIndex {
  padding: 8px 15px 7px;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid #fff;
  background-color: #efefef;
}

@media print, screen and (min-width: 1024px) {
  .buy-Region_BoxIndex {
    font-size: 14px;
  }
}

.buy-Region_List {
  padding: 15px;
  font-size: 12px;
}

@media print, screen and (min-width: 1024px) {
  .buy-Region_List {
    padding: 12px 15px 8px;
    font-size: 13px;
  }
}

.buy-Region_ListElm {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 4px;
}

.buy-Region_Lead {
  margin-top: 15px;
  padding: 15px;
  font-size: 10px;
  border: #b5b5b5 solid 1px;
  background: #fff;
}

@media print, screen and (min-width: 1024px) {
  .buy-Region_Lead {
    padding: 13px;
    font-size: 13px;
  }
}

.buy-Shop_List {
  display: block;
  margin-top: 25px;
}

@media print, screen and (min-width: 1024px) {
  .buy-Shop_List {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 1024px) {
  .buy-Shop_ListGrid {
    width: 455px;
  }
}

.buy-Shop_ListGrid:nth-child(2n + 1) {
  margin-right: 0;
}

@media print, screen and (min-width: 1024px) {
  .buy-Shop_ListGrid:nth-child(2n + 1) {
    margin-right: 40px;
  }
}

.buy-Shop_ListGrid:nth-child(n + 2) {
  margin-top: 25px;
}

@media print, screen and (min-width: 1024px) {
  .buy-Shop_ListGrid:nth-child(n + 2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .buy-Shop_ListGrid:nth-child(n + 3) {
    margin-top: 60px;
  }
}

.buy-Shop_ListTop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 12px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

@media print, screen and (min-width: 1024px) {
  .buy-Shop_ListTop {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 10px;
  }
  .buy-Shop_ListTop:hover img {
    opacity: 0.8;
  }
}

.buy-Shop_ListTopLogo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  font-weight: bold;
}

@media print, screen and (min-width: 1024px) {
  .buy-Shop_ListTopLogo {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.buy-Shop_ListTopMore {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #bf0000;
}

@media print, screen and (min-width: 1024px) {
  .buy-Shop_ListTopMore {
    padding: 0 0 0 15px;
  }
}

.buy-Shop_ListTopMore::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  background: url(/img/kaitori/pc/icon_arrow01.png) 0 0 no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 1024px) {
  .buy-Shop_ListTopMore::after {
    width: 15px;
    height: 15px;
  }
}

.buy-Shop_ListTopLogoName {
  padding: 0 0 5px 0;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

@media print, screen and (min-width: 1024px) {
  .buy-Shop_ListTopLogoName {
    padding-left: 15px;
    font-size: 16px;
  }
}

.buy-Shop_ListTopLogoImg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 180px;
  height: auto;
}

.buy-Shop_ListMiddle {
  padding: 0 10px;
}

.buy-Shop_Starlist {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

@media print, screen and (min-width: 1024px) {
  .buy-Shop_Starlist {
    font-size: 16px;
    line-height: 30px;
  }
}

.buy-Shop_Starlist + .buy-Shop_Starlist {
  margin-top: 5px;
}

.buy-Shop_StarlistTitle {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 150px;
  padding-right: 15px;
}

.buy-Shop_StarlistValue {
  position: relative;
  width: 5em;
  height: 1em;
  font-size: 14px;
  line-height: 1;
}

@media print, screen and (min-width: 1024px) {
  .buy-Shop_StarlistValue {
    font-size: 20px;
  }
}

.buy-Shop_Rating {
  position: relative;
}

.buy-Shop_Rating::before {
  content: "☆☆☆☆☆";
  line-height: 1;
  color: #dcac45;
}

.buy-Shop_Rating::after {
  content: "★★★★★";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  width: 50%;
  white-space: nowrap;
  line-height: 1;
  color: #dcac45;
}

.buy-Shop_Rating[data-rating="0.0"]::after {
  width: 0%;
}

.buy-Shop_Rating[data-rating="0.1"]::after {
  width: 0%;
}

.buy-Shop_Rating[data-rating="0.2"]::after {
  width: 0%;
}

.buy-Shop_Rating[data-rating="0.3"]::after {
  width: 0%;
}

.buy-Shop_Rating[data-rating="0.4"]::after {
  width: 0%;
}

.buy-Shop_Rating[data-rating="0.5"]::after {
  width: 10%;
}

.buy-Shop_Rating[data-rating="0.6"]::after {
  width: 10%;
}

.buy-Shop_Rating[data-rating="0.7"]::after {
  width: 10%;
}

.buy-Shop_Rating[data-rating="0.8"]::after {
  width: 10%;
}

.buy-Shop_Rating[data-rating="0.9"]::after {
  width: 10%;
}

.buy-Shop_Rating[data-rating="1.0"]::after {
  width: 20%;
}

.buy-Shop_Rating[data-rating="1.1"]::after {
  width: 20%;
}

.buy-Shop_Rating[data-rating="1.2"]::after {
  width: 20%;
}

.buy-Shop_Rating[data-rating="1.3"]::after {
  width: 20%;
}

.buy-Shop_Rating[data-rating="1.4"]::after {
  width: 20%;
}

.buy-Shop_Rating[data-rating="1.5"]::after {
  width: 30%;
}

.buy-Shop_Rating[data-rating="1.6"]::after {
  width: 30%;
}

.buy-Shop_Rating[data-rating="1.7"]::after {
  width: 30%;
}

.buy-Shop_Rating[data-rating="1.8"]::after {
  width: 30%;
}

.buy-Shop_Rating[data-rating="1.9"]::after {
  width: 30%;
}

.buy-Shop_Rating[data-rating="2.0"]::after {
  width: 40%;
}

.buy-Shop_Rating[data-rating="2.1"]::after {
  width: 40%;
}

.buy-Shop_Rating[data-rating="2.2"]::after {
  width: 40%;
}

.buy-Shop_Rating[data-rating="2.3"]::after {
  width: 40%;
}

.buy-Shop_Rating[data-rating="2.4"]::after {
  width: 40%;
}

.buy-Shop_Rating[data-rating="2.5"]::after {
  width: 50%;
}

.buy-Shop_Rating[data-rating="2.6"]::after {
  width: 50%;
}

.buy-Shop_Rating[data-rating="2.7"]::after {
  width: 50%;
}

.buy-Shop_Rating[data-rating="2.8"]::after {
  width: 50%;
}

.buy-Shop_Rating[data-rating="2.9"]::after {
  width: 50%;
}

.buy-Shop_Rating[data-rating="3.0"]::after {
  width: 60%;
}

.buy-Shop_Rating[data-rating="3.1"]::after {
  width: 60%;
}

.buy-Shop_Rating[data-rating="3.2"]::after {
  width: 60%;
}

.buy-Shop_Rating[data-rating="3.3"]::after {
  width: 60%;
}

.buy-Shop_Rating[data-rating="3.4"]::after {
  width: 60%;
}

.buy-Shop_Rating[data-rating="3.5"]::after {
  width: 70%;
}

.buy-Shop_Rating[data-rating="3.6"]::after {
  width: 70%;
}

.buy-Shop_Rating[data-rating="3.7"]::after {
  width: 70%;
}

.buy-Shop_Rating[data-rating="3.8"]::after {
  width: 70%;
}

.buy-Shop_Rating[data-rating="3.9"]::after {
  width: 70%;
}

.buy-Shop_Rating[data-rating="4.0"]::after {
  width: 80%;
}

.buy-Shop_Rating[data-rating="4.1"]::after {
  width: 80%;
}

.buy-Shop_Rating[data-rating="4.2"]::after {
  width: 80%;
}

.buy-Shop_Rating[data-rating="4.3"]::after {
  width: 80%;
}

.buy-Shop_Rating[data-rating="4.4"]::after {
  width: 80%;
}

.buy-Shop_Rating[data-rating="4.5"]::after {
  width: 90%;
}

.buy-Shop_Rating[data-rating="4.6"]::after {
  width: 90%;
}

.buy-Shop_Rating[data-rating="4.7"]::after {
  width: 90%;
}

.buy-Shop_Rating[data-rating="4.8"]::after {
  width: 90%;
}

.buy-Shop_Rating[data-rating="4.9"]::after {
  width: 90%;
}

.buy-Shop_Rating[data-rating="5.0"]::after {
  width: 100%;
}

.buy-Shop_StarlistBlank {
  font-size: 12px;
  font-weight: normal;
}

@media print, screen and (min-width: 1024px) {
  .buy-Shop_StarlistBlank {
    font-size: 14px;
  }
}

.buy-Shop_StarlistNumber {
  font-size: 14px;
}

@media print, screen and (min-width: 1024px) {
  .buy-Shop_StarlistNumber {
    margin-left: 10px;
    font-size: 20px;
  }
}

.buy-Shop_Link {
  margin-top: 15px;
  padding: 0 10px;
  text-align: right;
  font-size: 10px;
}

@media print, screen and (min-width: 1024px) {
  .buy-Shop_Link {
    margin-top: 20px;
    font-size: 13px;
  }
}

.buy-Shop_LinkElm {
  text-decoration: underline;
  color: #0000ee;
}

@media print, screen and (min-width: 1024px) {
  .buy-Shop_LinkElm:hover {
    text-decoration: none;
    color: #459efb;
  }
}

.buy-Shop_Comment {
  margin-top: 15px;
  padding: 20px 15px;
  border: 2px solid #eae9ea;
  background-color: #fafafa;
}

@media print, screen and (min-width: 1024px) {
  .buy-Shop_Comment {
    margin-top: 20px;
    padding: 25px;
  }
}

.buy-Shop_CommentTitle {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

@media print, screen and (min-width: 1024px) {
  .buy-Shop_CommentTitle {
    font-size: 16px;
  }
}

#buy-Splegacy {
  margin-bottom: 110px;
  font-size: 13px;
  line-height: 1.2;
}

.buy-Splegacy_Contents {
  /* smt_module_set_20170914.min.css
  ------------------------------------------------------------ */
  /* cnt_auto_kaitori20180625.css
  ------------------------------------------------------------ */
  /* center_wrap -[module]- */
  /* anchor -[common]- */
  /* kanbanWrap
  ---------------------------------------- */
  /* kanban__btnWrap */
  /* RJSSMTFloatingMenu -[rjs]-
  ---------------------------------------- */
  /* menu -[BEM]- */
  /* navi
  ---------------------------------------- */
  /* ttl -[common]-
  ---------------------------------------- */
  /* subttl */
  /* contents background
  ---------------------------------------- */
  /* cntCoop [contents]
  ---------------------------------------- */
  /* coopList */
  /* cntPoint [contents]
  ---------------------------------------- */
  /* pointList */
  /* kaitoriList */
  /* cntCustomer  [contents]
  ---------------------------------------- */
  /* customerList */
  /*
   cntMaker  [contents]
  ---------------------------------------- */
  /* makerList */
  /*
   cntGuide  [contents]
  ---------------------------------------- */
  /* guideList */
  /*
   cntGuide  [contents]
  ---------------------------------------- */
  /* title */
  /* qaList [.funcTglRedTtl .funcTglGrayCnts (customed) ] */
}

.buy-Splegacy_Contents .riMt0 {
  margin-top: 0 !important;
}

.buy-Splegacy_Contents .riMt1 {
  margin-top: 1px !important;
}

.buy-Splegacy_Contents .riMt2 {
  margin-top: 2px !important;
}

.buy-Splegacy_Contents .riMt3 {
  margin-top: 3px !important;
}

.buy-Splegacy_Contents .riMt4 {
  margin-top: 4px !important;
}

.buy-Splegacy_Contents .riMt5 {
  margin-top: 5px !important;
}

.buy-Splegacy_Contents .riMt10 {
  margin-top: 10px !important;
}

.buy-Splegacy_Contents .riMt15 {
  margin-top: 15px !important;
}

.buy-Splegacy_Contents .riMt20 {
  margin-top: 20px !important;
}

.buy-Splegacy_Contents .riMt25 {
  margin-top: 25px !important;
}

.buy-Splegacy_Contents .riMt30 {
  margin-top: 30px !important;
}

.buy-Splegacy_Contents .riMb0 {
  margin-bottom: 0 !important;
}

.buy-Splegacy_Contents .riMb1 {
  margin-bottom: 1px !important;
}

.buy-Splegacy_Contents .riMb2 {
  margin-bottom: 2px !important;
}

.buy-Splegacy_Contents .riMb3 {
  margin-bottom: 3px !important;
}

.buy-Splegacy_Contents .riMb4 {
  margin-bottom: 4px !important;
}

.buy-Splegacy_Contents .riMb5 {
  margin-bottom: 5px !important;
}

.buy-Splegacy_Contents .riMb10 {
  margin-bottom: 10px !important;
}

.buy-Splegacy_Contents .riMb15 {
  margin-bottom: 15px !important;
}

.buy-Splegacy_Contents .riMb20 {
  margin-bottom: 20px !important;
}

.buy-Splegacy_Contents .riMb25 {
  margin-bottom: 25px !important;
}

.buy-Splegacy_Contents .riMb30 {
  margin-bottom: 30px !important;
}

.buy-Splegacy_Contents .riPaLR7 {
  padding: 0 7px;
}

.buy-Splegacy_Contents .riTaC {
  text-align: center !important;
}

.buy-Splegacy_Contents .riTaR {
  text-align: right !important;
}

.buy-Splegacy_Contents .riImgFull {
  width: 100%;
  height: auto;
}

.buy-Splegacy_Contents .funcTglRedTtl {
  margin-bottom: 5px;
  padding: 10px;
  font-size: 110%;
  font-weight: bold;
  border: 2px solid #bf0000;
  background: url(/img/kaitori/sp/icon_arrowdown.png) right center no-repeat;
  color: #bf0000;
}

.buy-Splegacy_Contents #adTopBnr {
  margin-top: 0 !important;
}

.buy-Splegacy_Contents #adTopBnr img {
  margin-bottom: 0 !important;
}

.buy-Splegacy_Contents .riCenterWrap {
  box-sizing: border-box;
  min-width: initial !important;
}

.buy-Splegacy_Contents .riCenterWrap._liquid {
  max-width: 100% !important;
}

.buy-Splegacy_Contents .mb--35 {
  margin-bottom: 35px !important;
}

.buy-Splegacy_Contents .mb--45 {
  margin-bottom: 45px !important;
}

.buy-Splegacy_Contents .mb--60 {
  margin-bottom: 60px !important;
}

.buy-Splegacy_Contents a._anchor {
  display: block;
  position: relative;
  z-index: -1;
}

.buy-Splegacy_Contents .kanban__btnWrap {
  margin-bottom: 8px;
}

.buy-Splegacy_Contents .kanban__btnWrap ul {
  margin-top: -12px;
  padding: 0;
  list-style: none;
}

.buy-Splegacy_Contents .kanban__btnWrap ul li {
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
}

.buy-Splegacy_Contents .kanban__btnWrap ul li._top {
  width: 100%;
}

.buy-Splegacy_Contents .kanban__btnWrap ul li._top input {
  display: block;
  width: 100%;
  height: auto;
}

.buy-Splegacy_Contents .kanban__btnWrap ul li._udr {
  width: 47.715%;
}

.buy-Splegacy_Contents .kanban__btnWrap ul li._udr + li._udr {
  margin-left: 4.57%;
}

.buy-Splegacy_Contents .topLeadTxt {
  margin-bottom: 22px;
  letter-spacing: -0.05em;
  font-size: 10px;
  line-height: 1.33;
}

.buy-Splegacy_Contents #glueHeader {
  top: auto !important;
  bottom: 0;
}

.buy-Splegacy_Contents .flnaviArea {
  padding: 8px 0 0 0;
  background-color: #f8f8f8;
}

.buy-Splegacy_Contents .flnaviArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #bf0000;
  background-image: url(/img/kaitori/pc/bg_line.png);
  background-position: center top;
  background-size: 3px 2px;
  background-repeat: repeat-x;
}

.buy-Splegacy_Contents .flnaviArea--text {
  margin-bottom: 7px;
  text-align: center;
  font-size: 80%;
  line-height: 1.2;
}

.buy-Splegacy_Contents .flnaviArea--text ._red {
  color: #bf0000;
}

.buy-Splegacy_Contents .flnaviArea--btn {
  padding: 0 11.71875%;
}

.buy-Splegacy_Contents .flnaviArea--btn ul {
  padding: 0;
  letter-spacing: -0.5em;
  list-style: none;
}

.buy-Splegacy_Contents .flnaviArea--btn li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.buy-Splegacy_Contents .flnaviArea--btn ._01 input {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 9px;
}

.buy-Splegacy_Contents .flnaviArea--btn ._02 {
  width: 47.76%;
}

.buy-Splegacy_Contents .flnaviArea--btn ._03 {
  width: 47.76%;
  margin-left: 4.48%;
}

.buy-Splegacy_Contents .naviMenu {
  background-color: #000;
}

.buy-Splegacy_Contents .naviMenu__ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0;
  list-style: none;
}

.buy-Splegacy_Contents .naviMenu__li {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}

.buy-Splegacy_Contents .naviMenu__li::before {
  content: "";
  display: block;
  position: absolute;
  top: 9%;
  left: -1px;
  width: 1px;
  height: 82%;
  background-color: #595959;
}

.buy-Splegacy_Contents .naviMenu__anchor {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 50px;
  text-align: center;
  text-decoration: none;
}

.buy-Splegacy_Contents .naviMenu__inner {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff !important;
}

.buy-Splegacy_Contents .cntTtl._default {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}

.buy-Splegacy_Contents .cntTtl._default .strong {
  font-size: 140%;
  line-height: 1;
  color: #bf0000;
}

.buy-Splegacy_Contents .cntTtl._subTtl {
  font-size: 13px;
  font-weight: normal;
}

.buy-Splegacy_Contents .cntsTtl._subTtl {
  line-height: 1.1;
}

.buy-Splegacy_Contents ._bgGray {
  padding: 20px 0;
  border-top: 2px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
  background-color: #fafafa;
}

.buy-Splegacy_Contents ._bgGreen {
  padding: 18px 0 25px 0;
  border-bottom: 2px solid #e4f0d8;
  background-color: #f7ffee;
}

.buy-Splegacy_Contents .cntCoop._bgGray {
  padding-top: 32px;
  border-top: none;
}

.buy-Splegacy_Contents .coopList {
  margin-bottom: 10px;
  padding: 5px 9px;
  background-color: #fff;
}

.buy-Splegacy_Contents .coopList--ul {
  margin: -5px 0 0 -3.03%;
  padding: 0;
  letter-spacing: -0.5em;
}

.buy-Splegacy_Contents .coopList--li {
  display: inline-block;
  vertical-align: top;
  width: 21.885%;
  margin: 5px 0 0 3.03%;
  letter-spacing: normal;
}

.buy-Splegacy_Contents .cntCoop .txtArea {
  width: 94.12%;
  margin: auto;
  font-size: 90%;
  line-height: 1.36;
}

.buy-Splegacy_Contents .cntPoint .cntTtl {
  line-height: 1.1;
}

.buy-Splegacy_Contents .pointList--ul {
  padding: 0;
  list-style: none;
}

.buy-Splegacy_Contents .pointList--li {
  padding: 20px 0;
  border-top: 2px solid #ececec;
}

.buy-Splegacy_Contents .pointList--li:first-child {
  padding-top: 17px;
  border-top: none;
}

.buy-Splegacy_Contents .pointList--li .itemCatch {
  margin-bottom: 8px;
}

.buy-Splegacy_Contents .pointList--li .itemDesc {
  margin-bottom: 18px;
  font-size: 95%;
  line-height: 1.36;
}

.buy-Splegacy_Contents .kaitoriList--ul {
  padding: 0;
  list-style: none;
}

.buy-Splegacy_Contents .kaitoriList--li + .kaitoriList--li {
  margin-top: 18px;
}

.buy-Splegacy_Contents .kaitoriList--itemWrap {
  position: relative;
}

.buy-Splegacy_Contents .kaitoriList--textWrap {
  position: absolute;
  top: 5.814%;
  left: 5.882%;
}

.buy-Splegacy_Contents .kaitoriList--itemName {
  margin-bottom: 3px;
  font-weight: bold;
  line-height: 1.1;
}

.buy-Splegacy_Contents .kaitoriList--itemDesc {
  letter-spacing: -0.02em;
  font-size: 10px;
  line-height: 1.1;
}

.buy-Splegacy_Contents .customerList--ul {
  padding: 0;
  list-style: none;
}

.buy-Splegacy_Contents .customerList--li + .customerList--li {
  margin-top: 60px;
}

.buy-Splegacy_Contents .customerList--itemWrap {
  position: relative;
  padding: 17px 15px 15px 15px;
  letter-spacing: -0.02em;
  border: 2px solid #ededed;
  background-color: #fff;
}

.buy-Splegacy_Contents .customerList--itemWrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 17px;
  width: 80px;
  height: 80px;
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.buy-Splegacy_Contents .customerList--itemWrap._man1::before {
  background-image: url(/img/kaitori/sp/icon_customer01.png);
}

.buy-Splegacy_Contents .customerList--itemWrap._man2::before {
  background-image: url(/img/kaitori/sp/icon_customer02.png);
}

.buy-Splegacy_Contents .customerList--itemWrap._woman1::before {
  background-image: url(/img/kaitori/sp/icon_customer03.png);
}

.buy-Splegacy_Contents .customerList--itemWrap._woman2::before {
  background-image: url(/img/kaitori/sp/icon_customer04.png);
}

.buy-Splegacy_Contents .customerList--name {
  height: 6.2em;
  text-align: right;
  font-size: 90%;
  line-height: 1.21;
}

.buy-Splegacy_Contents .customerList--itemCatch {
  font-size: 115%;
  font-weight: bold;
  line-height: 1.21;
}

.buy-Splegacy_Contents .customerList--itemDesc {
  font-size: 100%;
  line-height: 1.36;
}

.buy-Splegacy_Contents .cntCustomer .linkTxt {
  padding-right: 8px;
  font-size: 84.6%;
  line-height: 1.1;
}

.buy-Splegacy_Contents .makerList--subTtl {
  margin-bottom: 10px;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.1;
}

.buy-Splegacy_Contents .makerList--ul {
  margin: -13px 0 0 -2.4701%;
  padding: 0;
  letter-spacing: -0.5em;
  list-style: none;
}

.buy-Splegacy_Contents .makerList--li {
  display: inline-block;
  vertical-align: top;
  width: 17.5299%;
  margin: 13px 0 0 2.4701%;
  letter-spacing: normal;
}

.buy-Splegacy_Contents .makerList--itemWrap a {
  text-decoration: none !important;
}

.buy-Splegacy_Contents .makerList--itemImg {
  margin-bottom: 9px;
}

.buy-Splegacy_Contents .makerList--itemDesc {
  text-decoration: none !important;
  font-size: 69.2%;
  line-height: 1.1;
  color: #000;
}

.buy-Splegacy_Contents .guideList--ul {
  margin: -14px 0 0 -1.923%;
  padding: 0;
  letter-spacing: -0.5em;
  list-style: none;
}

.buy-Splegacy_Contents .guideList--li {
  display: inline-block;
  vertical-align: top;
  width: 48.077%;
  margin: 14px 0 0 1.923%;
  letter-spacing: normal;
}

.buy-Splegacy_Contents .guideList--itemWrap a {
  text-decoration: none;
}

.buy-Splegacy_Contents .guideList--itemDesc {
  height: 25px;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
  background-color: #000;
  color: #fff;
}

.buy-Splegacy_Contents .cntBeginner ._icon {
  letter-spacing: -0.5em;
}

.buy-Splegacy_Contents .cntBeginner ._icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 24px;
  margin-right: 10px;
  background-image: url(/img/kaitori/sp/icon_beginner.png);
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.buy-Splegacy_Contents .cntBeginner ._icon span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

.buy-Splegacy_Contents .qaList--dt {
  position: relative;
  height: 30px;
  padding: 0 !important;
  font-size: 100% !important;
  font-weight: bold;
  line-height: 1.1;
  background: none !important;
  color: #000 !important;
}

.buy-Splegacy_Contents .qaList--dt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 28px;
  margin-right: 9px;
  background-image: url(/img/kaitori/sp/icon_faq_q.png);
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.buy-Splegacy_Contents .qaList--dt span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 2px;
}

.buy-Splegacy_Contents .qaList--dd {
  padding: 0 !important;
  font-size: 95%;
  line-height: 1.36;
  border: none !important;
}

.buy-Useguide {
  padding: 20px 0 25px;
  border-top: 2px solid #e9e9e9;
  border-bottom: 2px solid #e4f0d8;
  background-color: #f7ffee;
}

@media print, screen and (min-width: 1024px) {
  .buy-Useguide {
    padding: 30px 0 40px;
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
}

.buy-Useguide_Contents {
  max-width: 414px;
  min-width: 320px;
  margin: auto;
}

@media print, screen and (min-width: 1024px) {
  .buy-Useguide_Contents {
    max-width: 100%;
  }
}

.buy-Useguide_List {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  list-style: none;
}

@media print, screen and (min-width: 1024px) {
  .buy-Useguide_List {
    letter-spacing: -0.5em;
  }
}

.buy-Useguide_ListElm {
  width: 48%;
}

@media print, screen and (min-width: 1024px) {
  .buy-Useguide_ListElm {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    margin-left: 10px;
    letter-spacing: normal;
  }
}

.buy-Useguide_ListLink {
  text-decoration: none;
}

@media print, screen and (min-width: 1024px) {
  .buy-Useguide_ListLink:hover img {
    opacity: 0.8;
  }
}

.buy-Useguide_ListDesc {
  height: 25px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 25px;
  background-color: #000;
  color: #fff;
}

@media print, screen and (min-width: 1024px) {
  .buy-Useguide_ListDesc {
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
}

/* util footer
---------------------------------------------- */
.buy-UtilFooter {
  overflow: hidden;
  width: 100%;
}

@media print, screen and (min-width: 1024px) {
  .buy-UtilFooter {
    border-top: 1px solid #818181;
  }
}

@media print, screen and (min-width: 1024px) {
  .buy-UtilFooter_Grid {
    position: relative;
    padding: 20px 0;
  }
  .buy-UtilFooter_Grid + .buy-UtilFooter_Grid::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 1px;
    margin: 0 -500%;
    padding: 0 500%;
    background-color: #818181;
  }
}

@media print, screen and (min-width: 1024px) {
  .buy-UtilFooter_List {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
}

.buy-UtilFooter_ListHead {
  padding: 12px 15px;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px solid #818181;
  border-bottom: 1px solid #818181;
}

@media print, screen and (min-width: 1024px) {
  .buy-UtilFooter_ListHead {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 220px;
    padding: 0 20px 0 0;
    font-weight: bold;
    border: none;
  }
}

.buy-UtilFooter_ListBody {
  padding: 20px 15px;
}

@media print, screen and (min-width: 1024px) {
  .buy-UtilFooter_ListBody {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0;
  }
}

.buy-UtilFooter_Rowlist {
  padding: 0;
  font-size: 13px;
}

@media print, screen and (min-width: 1024px) {
  .buy-UtilFooter_Rowlist {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
}

.buy-UtilFooter_RowlistElm {
  margin: 0;
  list-style: none;
}

@media print, screen and (min-width: 1024px) {
  .buy-UtilFooter_RowlistElm {
    position: relative;
    margin-left: 18px;
    padding-left: 18px;
  }
}

.buy-UtilFooter_RowlistElm:nth-child(n + 2) {
  margin-top: 20px;
}

@media print, screen and (min-width: 1024px) {
  .buy-UtilFooter_RowlistElm:nth-child(n + 2) {
    margin-top: 0;
  }
  .buy-UtilFooter_RowlistElm:nth-child(n + 2)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.1em;
    left: 0;
    z-index: 2;
    width: 1px;
    height: 14px;
    background-color: #adadad;
  }
}

.buy-UtilFooter_Logo {
  text-align: right;
}

/*# sourceMappingURL=additional.css.map */
