@charset "UTF-8";
.cpstores__tabnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  margin: 0;
}

.cpstores__tabnavi li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 315px;
          flex: 0 1 315px;
  padding: 15px 5px;
  margin: 0;
  list-style-type: none;
  border-top: 1px solid #FFD400;
  border-right: 1px solid #FFD400;
  border-left: 1px solid #FFD400;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  font-size: 1.8rem;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
}

.cpstores__tabnavi li.is-active {
  background-color: #FFD400;
}

.cpstores__tabnavi li:hover:not(.is-active) {
  background-color: rgba(255, 212, 0, 0.2);
}

.cpstores__tabnavi li.hktab {
  border-top-color: #af272f;
  border-right-color: #af272f;
  border-left-color: #af272f;
}

.cpstores__tabnavi li.hktab.is-active {
  background-color: #af272f;
  color: #fff;
}

.cpstores__tabnavi li.hktab:hover:not(.is-active) {
  background-color: rgba(175, 39, 47, 0.2);
}

.cpstores__rhcontainer, .cpstores__hkcontainer {
  margin: 0;
  padding: 45px 25px;
  background-color: #fff;
}

.cpstores__rhcontainer .targetlist, .cpstores__hkcontainer .targetlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.cpstores__rhcontainer .targetlist li, .cpstores__hkcontainer .targetlist li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  list-style-type: none;
  margin: 0 25px 10px 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
}

.cpstores__rhcontainer .targetlist li a, .cpstores__hkcontainer .targetlist li a {
  display: inline-block;
  padding: 12px 10px;
  min-width: 160px;
  white-space: nowrap;
  background-color: #f2f2f2;
  text-decoration: none;
  color: #111;
}

.cpstores__rhcontainer {
  border-top: 4px solid #FFD400;
  border-bottom: 1px solid #FFD400;
  border-right: 1px solid #FFD400;
  border-left: 1px solid #FFD400;
}

.cpstores__rhcontainer .targetlist li a:hover {
  background-color: rgba(255, 212, 0, 0.2);
}

.cpstores__hkcontainer {
  border-top: 4px solid #af272f;
  border-bottom: 1px solid #af272f;
  border-right: 1px solid #af272f;
  border-left: 1px solid #af272f;
}

.cpstores__hkcontainer .targetlist li a:hover {
  background-color: rgba(175, 39, 47, 0.2);
}

.cp-flow-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.cp-flow-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  background-color: #000;
  font-weight: bold;
  color: #fff;
}

.cp-flow-elem .listnum {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  text-align: center;
  margin-right: 15px;
  padding: 10px 15px;
  /*flex: 0 0 1.6em;
		font-size: 5.4rem;
		text-align: center;
		min-height: 90px;
		line-height: 90px;*/
}

.cp-flow-elem .listtxt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px;
  font-size: 2.4rem;
  line-height: 1.5;
}

.cp-flow-elem .listarrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 15px 0;
  background-color: #fff;
  text-align: center;
  font-size: 0;
}

.cp-flow-elem .listarrow::after {
  content: "";
  display: inline-block;
  border-top: 35px solid #000;
  border-bottom: none;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  font-size: 0;
}

.sbcp-receipt__head {
  margin: 0 auto 60px;
  padding: 0;
  font-weight: 700;
  font-size: 3.6rem;
  text-align: center;
}

.sbcp-receipt__head > span {
  display: inline-block !important;
  padding: 0 2px !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #ffcc99));
  background: linear-gradient(transparent 65%, #ffcc99 0%);
}

.sbcp-receipt__okblock {
  display: block;
  padding: 35px 45px;
  margin: 0 auto 50px;
  border: 2px solid #ffa500;
  border-radius: 18px;
  background-color: #f4f4f4;
}

.sbcp-receipt__okblock .headtxt {
  display: inline-block;
  margin: 0;
  padding: 6px 10px;
  background-color: #FF8071;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
}

.sbcp-receipt__okblock .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0;
  padding: 0;
}

.sbcp-receipt__okblock .flexbox .receiptphoto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  margin: 0 30px 0 0;
  padding: 0;
}

.sbcp-receipt__okblock .flexbox .pointtxt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  padding: 0;
}

.sbcp-receipt__okblock .flexbox .pointtxt ul li {
  margin: 0 0 10px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
}

.sbcp-receipt__okblock .flexbox .pointtxt ul li::marker {
  content: "● ";
  font-weight: 700;
  color: #ffa500;
}

.sbcp-receipt__ngblock {
  display: block;
  padding: 35px 45px;
  margin: 0 auto;
  border: 2px solid #989898;
  border-radius: 18px;
  background-color: #f4f4f4;
}

.sbcp-receipt__ngblock .headtxt {
  display: inline-block;
  margin: 0;
  padding: 6px 10px;
  background-color: #333;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
}

.sbcp-receipt__ngblock .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  margin: 20px 0 0;
}

.sbcp-receipt__ngblock .flexbox .receiptphoto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  padding: 0 5px 26px;
  margin: 0 0 10px;
  position: relative;
  text-align: center;
}

.sbcp-receipt__ngblock .flexbox .receiptphoto figcaption {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
}

.sbcp-receipt__ngblock .flexbox .receiptphoto figcaption .cross {
  font-size: 2.2rem;
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #E90917;
}

.sbcp-receipt__ngblock .ngpoint {
  margin: 30px auto 0;
  font-size: 1.8rem;
}

.sbcp-receipt__ngblock .ngpoint li {
  margin: 0 0 5px;
  line-height: 1.75;
  color: #000;
}

.sbcp-receipt__ngblock .ngpoint li::marker {
  content: "※ ";
  font-weight: 700;
  color: #E90917;
}

@media only screen and (max-width: 767.9px) {
  .cpstores__tabnavi li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 15px 5px;
    border-radius: 15px 15px 0 0;
    font-size: 1.4rem;
  }
  .cpstores__rhcontainer, .cpstores__hkcontainer {
    padding: 30px 10px 20px;
    border-top-width: 3px;
  }
  .cpstores__rhcontainer .targetlist, .cpstores__hkcontainer .targetlist {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cpstores__rhcontainer .targetlist li, .cpstores__hkcontainer .targetlist li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
    margin: 0 0 10px 0;
    font-size: 1.4rem;
    line-height: 1;
  }
  .cpstores__rhcontainer .targetlist li a, .cpstores__hkcontainer .targetlist li a {
    display: block;
    padding: 14px 5px;
    width: 100%;
    min-width: initial;
  }
  .cpstores__rhcontainer .targetlist li a {
    background-color: rgba(255, 212, 0, 0.15);
  }
  .cpstores__hkcontainer .targetlist li a {
    background-color: rgba(175, 39, 47, 0.15);
  }
  .cp-flow-elem {
    display: block;
  }
  .cp-flow-elem .listnum {
    max-width: 200px;
    width: 33%;
    margin: 0;
    padding: 10px 15px 0;
  }
  .cp-flow-elem .listtxt {
    width: 100%;
    padding: 10px 15px 10px;
    font-size: 1.6rem;
  }
  .cp-flow-elem .listarrow::after {
    border-top: 25px solid #000;
    border-right: 45px solid transparent;
    border-left: 45px solid transparent;
  }
  .sbcp-receipt__head {
    margin: 0 auto 40px;
    font-size: 2.8rem;
  }
  .sbcp-receipt__head > span {
    display: inline-block !important;
    padding: 0 2px !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #ffcc99));
    background: linear-gradient(transparent 65%, #ffcc99 0%);
  }
  .sbcp-receipt__okblock {
    padding: 30px 4.5%;
    margin: 0 auto 35px;
    border-radius: 12px;
  }
  .sbcp-receipt__okblock .headtxt {
    display: block;
    width: 140px;
    margin: 0 auto;
    padding: 6px 5px;
  }
  .sbcp-receipt__okblock .flexbox {
    display: block;
    margin: 15px auto 0;
    max-width: 500px;
  }
  .sbcp-receipt__okblock .flexbox .receiptphoto {
    width: 70%;
    max-width: 240px;
    margin: 0 auto 20px;
  }
  .sbcp-receipt__okblock .flexbox .pointtxt ul {
    padding: 0 0 0 2em;
    margin: 0;
  }
  .sbcp-receipt__okblock .flexbox .pointtxt ul li {
    margin: 0 0 5px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
  }
  .sbcp-receipt__ngblock {
    padding: 30px 4.5%;
    border-radius: 12px;
  }
  .sbcp-receipt__ngblock .headtxt {
    display: block;
    width: 140px;
    margin: 0 auto;
    padding: 6px 5px;
  }
  .sbcp-receipt__ngblock .flexbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 15px auto 0;
    max-width: 500px;
  }
  .sbcp-receipt__ngblock .flexbox .receiptphoto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
    max-width: 150px;
    margin: 0 0 15px;
  }
  .sbcp-receipt__ngblock .flexbox .receiptphoto figcaption {
    font-size: 1.5rem;
  }
  .sbcp-receipt__ngblock .flexbox .receiptphoto figcaption .cross {
    font-size: 1.8rem;
  }
  .sbcp-receipt__ngblock .ngpoint {
    margin: 20px auto 0;
    font-size: 1.4rem;
    padding: 0 0 0 2em;
  }
  .sbcp-receipt__ngblock .ngpoint li {
    line-height: 1.5;
  }
}
