.str-wrapper,
.site-footer,
.site-header {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .str-wrapper,
  .site-footer,
  .site-header {
    min-width: 100%;
  }
}
@media screen and (min-width: 1400px) {
.str-wrapper,
.site-footer,
.site-header {
  min-width: 1400px;
}
}
.contWrap {
  position: relative;
  width: 100%;
}
.contWrap * {
  box-sizing: border-box;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .contWrap {
    min-width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 1400px) {
.contWrap {
  min-width: 1400px;
  }
}
.contArea {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}

@media screen and (min-width: 770px) and (max-width: 1180px) {
  body .contArea,
  body .abtArea,
  #merit .listBox,
  #value .listBox,
  .btnWrap{
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .abtArea .contArea h3{
    margin-left: -15px;
  }
}

.kv {
  border-top: #245ebf 1px solid;
  text-align: center;
}
.kv .kvImg img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .kv {
    background: url("/promotion/acq/cashless/new/img/kv_bg.jpg") repeat-x left center;
	background-size: auto 100%;
  }
	.kv .kvImg img {
	padding-top: 35px;
}
}

.kv .mainCopy {
  padding: 5px 0;
  background-color: #01188c;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .kv .mainCopy {
    font-size: 4vw;
    line-height: 1.3;
  }
}
.kv .mainCopy em {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .kv .mainCopy em {
    font-size: 5.8vw;
    line-height: 1.3;
  }
}

.gWrap {
  background-color: #f6f6f6;
  margin: 0;
  padding: 0;
}

.barTtl {
  margin: 0 0 60px;
  position: relative;
  text-align: center;
  border-top: 10px solid #01188c;
  background-color: #005dbb;
  font-weight: bold;
  font-style: normal;
  padding: 40px 0;
  color: #ffffff;
  line-height: 1.5;
  box-shadow: 0px 4px 5px 0px rgba(128, 128, 128, 0.4);
}
.barTtl:after {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 12px);
  /*margin-left: -12px;*/
  content: '';
  display: block;
  width: 23px;
  height: 12px;
  background: url("/promotion/acq/cashless/new/img/barttl_arrow.png") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .barTtl {
    border-top: 6px solid #01188c;
    padding: 15px 0;
    margin: 0 0 40px;
    line-height: 1.5;
  }
}
.barTtl em {
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
}
.barTtl em.slash:before {
  content: '';
  display: inline-block;
  width: 33px;
  height: 60px;
  margin: 0 5px -15px;
  background: url("/promotion/acq/cashless/new/img/barttl_slash_l.png") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .barTtl em.slash:before {
    width: 26px;
    height: 36px;
    margin: 0 5px -8px;
  }
}
.barTtl em.slash:after {
  content: '';
  display: inline-block;
  width: 33px;
  height: 60px;
  margin: 0 5px -15px;
  background: url("/promotion/acq/cashless/new/img/barttl_slash_r.png") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .barTtl em.slash:after {
    width: 26px;
    height: 36px;
    margin: 0 5px -8px;
  }
}

#chance .cashless {
    padding: 80px 0 1px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #chance .cashless {
    padding: 40px 0 1px 0;
  }
}
#chance .cashless h2 {
  color: #005dbb;
  font-size: 42px;
  display: table;
  border-bottom: 5px solid #005dbb;
  margin: 0 auto 60px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #chance .cashless h2 {
    display: inline-block;
    border-bottom: none;
    font-size: 5.8vw;
    margin: 0 auto 20px;
  }
  #chance .cashless h2 span {
    border-bottom: 3px solid #005dbb;
  }
}
@media screen and (max-width: 768px) {
  #chance .cashless .contArea {
    width: 94%;
    margin: 0 auto;
  }
}
#chance .cashless .inner {
  /*padding: 0 0 90px 0;
  background-image: url("/promotion/acq/cashless/new/img/cashless_dwn.png");
  background-position: center bottom;
  background-repeat: no-repeat;*/
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #chance .cashless .inner {
    /*padding: 0 0 80px 0;*/
    background-size: 60px 60px;
    margin: 0 auto 10px;
  }
}
#chance .cashless .inner .clIcn {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #chance .cashless .inner .clIcn {
    margin-bottom: 20px;
  }
  #chance .cashless .inner .clIcn img {
    max-width: 80px;
    height: auto;
  }
}
#chance .cashless .inner .copy {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #chance .cashless .inner .copy {
    font-size: 4vw;
  }
}
#chance .cashless .inner .note {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #chance .cashless .inner .note {
    font-size: 3.2vw;
  }
}
#chance .cashless h3 {
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #chance .cashless h3 {
    width: 96%;
    margin: 0 auto 20px;
  }
  #chance .cashless h3 img {
    width: 100%;
    height: auto;
  }
}
#chance .cashless .scheBox {
  height: 130px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 30px;
  border: #0259ba 1px solid;
  border-radius: 65px;
  background-color: #ffffff;
  display: table;
}
@media screen and (max-width: 768px) {
  #chance .cashless .scheBox {
    height: 80px;
    border-radius: 40px;
    margin: 0 auto 15px;
  }
}
#chance .cashless .scheBox .inBox {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px 20px 10px 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #chance .cashless .scheBox .inBox {
    padding: 5px 3%;
  }
}
#chance .cashless .scheBox .inBox em {
  display: block;
  font-size: 29px;
  font-style: normal;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #chance .cashless .scheBox .inBox em {
    font-size: 4vw;
    line-height: 1.5;
  }
}
#chance .cashless .scheBox .inBox span {
  display: block;
  font-size:  2.8rem;
  font-style: normal;
  font-weight: bold;
  color: #0259ba;
}
@media screen and (max-width: 768px) {
  #chance .cashless .scheBox .inBox span {
    font-size: 3.7vw;
    line-height: 1.5;
  }
}
#chance .cashless .txt {
  width: 89%;
  text-align: left;
  font-size: 16px;
  color: #333333;
  margin: 0 auto;
  border: solid 1px #666;
  padding: 3%;
}
@media screen and (max-width: 768px) {
  #chance .cashless .txt {
    font-size: 3.2vw;
    text-align: left;
    width: 100%;
    padding: 4%;
  }
}
#chance .cashless .txt .txt_title {
  font-weight: bold;
  font-size: 20px;
  color: #E40012;
}
@media screen and (max-width: 768px) {
  #chance .cashless .txt .txt_title {
    font-size: 3.8vw;
  }
}
#chance .partner .contArea {
  padding: 80px 0 40px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #chance .partner .contArea {
    padding: 40px 0 20px 0;
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #chance .partner .contArea {
    max-width: 100%
  }
}

.contArea .hdg-02>span::after, .contArea .hdg-02>span::before {
  display: block;
  content: ""
}


.contArea .hdg-02 {
    font-size: 4.8vw;
    letter-spacing: 0.2em;
    font-weight: 700;
    text-align: center;
    color: #005dbb;
    margin: -30px 0 20px;
}

.contArea .hdg-02>span {
  position: relative;
  display: inline-block;
  padding: 0 5px
}

.contArea .hdg-02>span::after, .contArea .hdg-02>span::before {
  background: #005dbb;
  position: absolute;
  top: 50%;
  width: 5000px;
  height: 1px
}

.contArea .hdg-02>span::before {
  left: 0;
  transform: rotate(180deg);
  transform-origin: left center
}

.contArea .hdg-02>span::after {
  right: 0;
  transform: rotate(180deg);
  transform-origin: right center
}

.contArea .hdg-02+.content {
  padding-top: 0
}

@media print, screen and (min-width:769px) {
  .contArea .hdg-02 {
    font-size: 3.3rem;
    margin: -70px auto 45px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
  }
  .contArea .hdg-02>span {
    padding: 0 15px
  }
}

#chance .partner .contArea .lead {
  text-align: center;
  font-size: 23px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #chance .partner .contArea .lead {
    font-size: 4.8vw;
  }
}
#chance .partner .contArea .leadNote {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #chance .partner .contArea .leadNote {
    font-size: 3.7333333333333334vw;
    margin-bottom: 30px;
  }
}
#chance .partner .contArea .wBox {
    background-color: #ffffff;
    max-width: 870px;
    text-align: center;
    padding: 10px 2%;
    margin: 0 auto 20px;
}
#chance .partner .contArea .wBox .note {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #chance .partner .contArea .wBox .note {
    font-size: 3vw;
    text-align: left;
  }
}
#chance .partner .contArea .unq-lyt-pdf {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: -webkit- center;
  align-items: center;
  max-width: 730px;
  width: 80%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #chance .partner .contArea .unq-lyt-pdf {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
#chance .partner .contArea .unq-lyt-pdf .bnr {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #chance .partner .contArea .unq-lyt-pdf .bnr {
    width: 50%;
    text-align: center;
    margin: 0 auto 10px;
  }
}
#chance .partner .contArea .unq-lyt-pdf .description p {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #chance .partner .contArea .unq-lyt-pdf .description p {
    font-size: 3.466666666666667vw;
    text-align: center;
    line-height: 1.5;
  }
}
#chance .partner .contArea .ptnBox {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 15px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #chance .partner .contArea .ptnBox {
    -webkit-justify-content: flex-start;
    justify-content: -webkit- flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #chance .partner .contArea .ptnBox {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
#chance .partner .contArea .ptnBox > li {
  width: 22.5%;
  max-width: 250px;
  background-color: #ffffff;
  padding: 10px 3%;
}
@media screen and (max-width: 900px) {
  #chance .partner .contArea .ptnBox > li {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #chance .partner .contArea .ptnBox > li {
    width: 48%;
    max-width: 250px;
    margin-bottom: 20px;
  }
  #chance .partner .contArea .ptnBox > li:nth-child(3), #chance .partner .contArea .ptnBox > li:nth-child(4) {
    margin-bottom: 10px;
  }
}
#chance .partner .contArea .ptnBox > li h3 {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #005dbb;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #chance .partner .contArea .ptnBox > li h3 {
    font-size: 4.5vw;
    margin-bottom: 8px;
  }
}
#chance .partner .contArea .ptnBox > li figure {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
#chance .partner .contArea .ptnBox > li figure img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #chance .partner .contArea .ptnBox > li figure img {
    width: 80%;
    margin: 0 auto;
    max-width: 100px;
  }
}
#chance .partner .contArea .ptnBox > li .ptnList {
  display: table;
  margin: 0 auto;
}
#chance .partner .contArea .ptnBox > li .ptnList > li {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #chance .partner .contArea .ptnBox > li .ptnList > li {
    font-size: 4.2vw;
    background-size: 16px 16px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 640px) {
  #chance .partner .contArea .ptnBox > li .ptnList > li {
    background-size: 24px 24px;
    padding-left: 35px;
  }
}

#chance .partner .contArea .ptnBox > li .ptnList > li:nth-child(1) {
  background-image: url("/promotion/acq/cashless/new/img/partner_no1.png");
}
#chance .partner .contArea .ptnBox > li .ptnList > li:nth-child(2) {
  background-image: url("/promotion/acq/cashless/new/img/partner_no2.png");
}
#chance .partner .contArea .ptnNote {
  margin: 0 0 30px auto;
  max-width: 450px;
  width: 50%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #chance .partner .contArea .ptnNote {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 769px) {
#chance .partner .contArea .ptnNote {
  max-width: 1110px;
  width: 100%;
  margin: 1em auto 2em;
  justify-content: flex-end;
  flex-wrap: wrap;
}
}
#chance .partner .contArea .ptnNote > li {
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  padding-left: 24px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #chance .partner .contArea .ptnNote > li {
    background-size: 14px 14px;
    font-size: 3.466666666666667vw;
    padding-left: 20px;
  }
}
#chance .partner .contArea .ptnNote > li:nth-child(1) {
  background-image: url("/promotion/acq/cashless/new/img/partner_no1.png");
}
#chance .partner .contArea .ptnNote > li:nth-child(2) {
  background-image: url("/promotion/acq/cashless/new/img/partner_no2.png");
}
#chance .partner .contArea .dvcNote {
  max-width: 990px;
  margin: 0 auto;
  text-align: left;
}
#chance .partner .contArea .dvcNote h3 {
  font-size: 18px;
  font-weight: bold;
  color: #005dbb;
}
@media screen and (max-width: 768px) {
  #chance .partner .contArea .dvcNote h3 {
    font-size: 4.3vw;
  }
}
#chance .partner .contArea .dvcNote .dvcTgt {
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #chance .partner .contArea .dvcNote .dvcTgt {
    font-size: 3.466666666666667vw;
  }
}
#chance .partner .contArea .dvcNote .dvcDisc {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  #chance .partner .contArea .dvcNote .dvcDisc {
    font-size: 3.466666666666667vw;
  }
}

/*#value .gWrap {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #value .gWrap {
    padding-bottom: 30px;
  }
}
#value .listBox {
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #value .listBox {
    width: 94%;
    padding: 0;
  }
}
#value .listBox > li {
  border: #ffffff 10px solid;
  box-shadow: 0px 0px 9.5px 0.5px rgba(6, 6, 6, 0.15);
  padding: 6px;
  margin-bottom: 50px;
  background-color: #efefef;
}
#value .listBox li h3 img{max-width: 100%;}

@media screen and (max-width: 768px) {
  #value .listBox > li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#value .listBox > li.v1 .listIn {
  padding: 30px 60px 30px 200px;
  background: #ffffff url("/promotion/acq/cashless/new/img/value1_icn.png") no-repeat 30px 20px;
}
@media screen and (max-width: 768px) {
  #value .listBox > li.v1 .listIn {
    padding: 10px 3% 20px;
    background-color: #ffffff;
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  #value .listBox > li.v1 .listIn .boxR {
    width: 100%;
  }
}
#value .listBox > li.v1 .listIn .boxR h3 {
  margin-bottom: 20px;
  max-width: 700px;
}
  #value .listBox > li.v1 .listIn .boxR h3 img {
    width: 100%;
    height: auto;
  }
@media screen and (max-width: 768px) {
  #value .listBox > li.v1 .listIn .boxR h3 {
    width: 100%;
    margin-bottom: 10px;
  }
}
#value .listBox > li.v1 .listIn .boxR .rInner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #value .listBox > li.v1 .listIn .boxR .rInner {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #value .listBox > li.v1 .listIn .boxR .rInner .img {
    margin-bottom: 10px;
  }
}
#value .listBox > li.v1 .listIn .boxR .rInner .txt {
  margin-top: 0;
  font-size: 16px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  #value .listBox > li.v1 .listIn .boxR .rInner .txt {
    font-size: 3.5vw;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#value .listBox > li.v1 .listIn .boxR .rInner .disc {
  font-size: 13px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #value .listBox > li.v1 .listIn .boxR .rInner .disc {
    font-size: 2.8vw;
    line-height: 1.5;
    margin-top: 15px;
  }
}
#value .listBox > li.v2 .listIn {
  padding: 30px 60px 30px 200px;
  background: #ffffff url("/promotion/acq/cashless/new/img/value2_icn.png") no-repeat 30px 20px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #value .listBox > li.v2 .listIn {
    display: block;
    padding: 10px 3% 20px;
    background-color: #ffffff;
    background-image: none;
  }
}
#value .listBox > li.v2 .listIn .boxR {
  margin-right: 1%;
  width: 65%;
}
#value .listBox > li.v2 .listIn .img {width: 34%;}
#value .listBox > li.v2 .listIn .img img{max-width: 100%;}

@media screen and (max-width: 768px) {
  #value .listBox > li.v2 .listIn .boxR {
    width: 100%;
    margin-right: 0px;
  }
  #value .listBox > li.v2 .listIn .img {width: 100%;}
}
#value .listBox > li.v2 .listIn .boxR h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #value .listBox > li.v2 .listIn .boxR h3 {
    margin-bottom: 10px;
    width: 100%;
  }
  #value .listBox > li.v2 .listIn .boxR h3 img {
    width: 100%;
    height: auto;
  }
}
#value .listBox > li.v2 .listIn .boxR .txt {
  font-size: 16px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #value .listBox > li.v2 .listIn .boxR .txt {
    font-size: 3.5vw;
    margin-right: 0;
  }
}
#value .listBox > li.v3 {
  margin-bottom: 0;
}
#value .listBox > li.v3 .listIn {
  padding: 30px 60px 30px 200px;
  background: #ffffff url("/promotion/acq/cashless/new/img/value3_icn.png") no-repeat 30px 20px;
}
@media screen and (max-width: 768px) {
  #value .listBox > li.v3 .listIn {
    padding: 10px 3% 20px;
    background-color: #ffffff;
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  #value .listBox > li.v3 .listIn .boxR {
    width: 100%;
  }
}
#value .listBox > li.v3 .listIn .boxR h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #value .listBox > li.v3 .listIn .boxR h3 {
    margin-bottom: 10px;
    width: 100%;
  }
  #value .listBox > li.v3 .listIn .boxR h3 img {
    width: 100%;
    height: auto;
  }
}
#value .listBox > li.v3 .listIn .boxR .rInner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #value .listBox > li.v3 .listIn .boxR .rInner {
    display: block;
    width: 100%;
  }
}
#value .listBox > li.v3 .listIn .boxR .txt {
  margin-top: 0;
  font-size: 16px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  #value .listBox > li.v3 .listIn .boxR .txt {
    margin-right: 0px;
    font-size: 3.5vw;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
#value .listBox > li.v3 .listIn .boxR .disc {
  font-size: 14px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #value .listBox > li.v3 .listIn .boxR .disc {
    margin-top: 20px;
    font-size: 2.8vw;
  }
}
#value .barTtl {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  #value .barTtl {
    font-size: 7vw;
    line-height: 1.3;
  }
}
#value .barTtl em {
  font-size: 59px;
}
@media screen and (max-width: 768px) {
  #value .barTtl em {
    font-size: 8.6vw;
    line-height: 1.5;
  }
}*/

#merit .gWrap {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #merit .gWrap {
    padding-bottom: 30px;
  }
}
#merit .barTtl {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  #merit .barTtl {
    font-size: 7.4vw;
    line-height: 1.3;
  }
}
#merit .barTtl em {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  #merit .barTtl em {
    font-size: 7.4vw;
    line-height: 1.5;
  }
}
#merit .listBox {
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #merit .listBox {
    width: 94%;
    padding: 0;
  }
}
#merit .listBox > li {
  border: #ffffff 10px solid;
  box-shadow: 0px 0px 9.5px 0.5px rgba(6, 6, 6, 0.15);
  padding: 6px;
  margin-bottom: 50px;
  background-color: #d9e8f9;
}
#merit .listBox li h3 img,
#merit .listBox > li.m1 .img img{max-width: 100%;}

@media screen and (max-width: 768px) {
  #merit .listBox > li {
    width: 100%;
    margin-bottom: 30px;
  }
  #merit .listBox > li.mrt.op3 h3.sp:after {
    background: url("/promotion/acq/cashless/new/img/merit_tt_sp_op.png") no-repeat center center/cover;
  }
}
#merit .listBox > li .spWrap3 {
  display: block;
}
@media screen and (max-width: 768px) {
  #merit .listBox > li .spWrap3 {
    display: none;
  }
  #merit .listBox > li .spWrap3 p.note {
font-size: 3.2vw;
}
}
#merit .listBox > li.m1 .listIn {
  padding: 30px 56px 30px 56px;
  background: #ffffff url("/promotion/acq/cashless/new/img/merit1_icn.png") no-repeat 30px 20px;
}
@media screen and (max-width: 768px) {
  #merit .listBox > li.m1 .listIn {
    padding: 10px 3% 5px;
    background-color: #ffffff;
    background-image: none;
  }
}
#merit .listBox > li.m1 .listIn .boxR {
  padding-left: 140px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #merit .listBox > li.m1 .listIn .boxR {
    padding-left: 0px;
    margin-bottom: 0px;
  }
}
#merit .listBox > li.m1 .listIn h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #merit .listBox > li.m1 .listIn h3 {
    position: relative;
    margin-bottom: 20px;
    z-index: 13;
  }
  #merit .listBox > li.m1 .listIn h3 img {
    width: 100%;
    height: auto;
  }
  #merit .listBox > li.m1 .listIn h3:after {
    z-index: 14;
    position: absolute;
    content: '';
    display: inline-block;
    right: 1%;
    top: 50%;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    background: url("/promotion/acq/cashless/new/img/merit_tt_sp_cls.png") no-repeat center center/cover;
  }
}
@media screen and (max-width: 768px) and (min-width: 640px) {
  #merit .listBox > li.m1 .listIn h3:after {
    width: 38px;
    height: 38px;
  }
}

#merit .listBox > li.m1 .listIn h4 {
  display: table;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto 20px;
  font-size: 17px;
  border: #666666 1px solid;
  padding: 7px 20px 5px;
  border-radius: 18px;
  line-height: 1.2;
}
#merit .listBox > li.m1 .listIn .txt {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #merit .listBox > li.m1 .listIn .txt {
    font-size: 3.5vw;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
#merit .listBox > li.m1 .listIn .disc {
  display: table;
  margin: 0 auto 40px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #merit .listBox > li.m1 .listIn .disc {
    font-size: 3vw;
    line-height: 1.5;
    margin: 0 auto 0px;
  }
}
#merit .listBox > li.m2 {
  margin-bottom: 0;
}
#merit .listBox > li.m2 .listIn {
  padding: 30px 60px 30px 200px;
  background: #ffffff url("/promotion/acq/cashless/new/img/merit2_icn.png") no-repeat 30px 20px;
}
@media screen and (max-width: 768px) {
  #merit .listBox > li.m2 .listIn {
    padding: 20px 3% 5px;
    background-color: #ffffff;
    background-image: none;
  }
}
#merit .listBox > li.m2 .listIn h3 {
  margin-bottom: 20px;
  z-index: 15;
}
@media screen and (max-width: 768px) {
  #merit .listBox > li.m2 .listIn h3 {
    position: relative;
  }
  #merit .listBox > li.m2 .listIn h3 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #merit .listBox > li.m2 .listIn h3:after {
    z-index: 16;
    position: absolute;
    content: '';
    display: inline-block;
    right: 1%;
    top: 50%;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    background: url("/promotion/acq/cashless/new/img/merit_tt_sp_cls.png") no-repeat center center/cover;
  }
}
@media screen and (max-width: 768px) and (min-width: 640px) {
  #merit .listBox > li.m2 .listIn h3:after {
    width: 38px;
    height: 38px;
  }
}

#merit .listBox > li.m2 .listIn .rInner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: -webkit- flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #merit .listBox > li.m2 .listIn .rInner {
    display: block;
    width: 100%;
  }
}
#merit .listBox > li.m2 .listIn .rInner .boxR {
  margin-right: 30px;
  width: 60% !important;
}
#merit .listBox > li.m2 .listIn .rInner .spWrap3{width: 37%;}
#merit .listBox > li.m2 .listIn .rInner .boxR,
#merit .listBox > li.m2 .listIn .rInner .img img{max-width: 100%;}

@media screen and (max-width: 768px) {
  #merit .listBox > li.m2 .listIn .rInner .boxR {
    margin-right: 0px;
  }
  #merit .listBox > li.m2 .listIn .rInner .spWrap3{width: 100%;}
}
#merit .listBox > li.m2 .listIn .txt {
  font-size: 16px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #merit .listBox > li.m2 .listIn .txt {
    font-size: 3.5vw;
    line-height: 1.5;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.clm3 {
  margin: 0;
  padding: 0;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .clm3 {
    display: block;
    width: 94%;
    margin: 0 auto;
  }
}
.clm3 > li {
  width: 31.5%;
  background-color: #ffffff;
  box-shadow: 0px 0px 9.5px 0.5px rgba(6, 6, 6, 0.15);
  border-top: #ffffff 13px solid;
  border-bottom: #ffffff 13px solid;
  border-left: #ffffff 11px solid;
  border-right: #ffffff 11px solid;
}
@media screen and (max-width: 768px) {
  .clm3 > li {
    width: 100%;
    margin: 0 auto 30px;
    border: #ffffff 5px solid;
  }
}

#step{
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #step{
    padding-bottom: 0;
  }
  #step .barTtl img {
    width: 100%;
    height: auto;
  }
}
#step .stpBox {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  #step .stpBox {
    padding: 0;
  }
}
#step .stpBox > li {
  position: relative;
  padding: 100px 55px 30px;
  margin-bottom: 70px;
  border-radius: 20px;
		background-color: #f6f6f6;
}
@media screen and (max-width: 768px) {
  #step .stpBox > li {
    padding: 0px 0 20px;
    border-radius: 0px;
    margin: 0px 3%;
  }
  #step .stpBox > li .spWrap {
    display: none;
    padding: 15px 5%;
  }
  #step .stpBox > li .spWrap.acospWrap {
    background-color: #f6f6f6;
  }
  #step .stpBox > li h3 {
    position: relative;
    cursor: pointer;
  }
  #step .stpBox > li h3:after {
    position: absolute;
    content: '';
    display: inline-block;
    right: 3%;
    top: 50%;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    background: url("/promotion/acq/cashless/new/img/step_tt_sp_cls.png") no-repeat center center/cover;
  }
}
@media screen and (max-width: 768px) and (min-width: 640px) {
  #step .stpBox > li h3:after {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 768px) {
  #step .stpBox > li.op2 h3:after {
    background: url("/promotion/acq/cashless/new/img/step_tt_sp_op.png") no-repeat center center/cover;
  }
}
#step .stpBox > li:before {
    top: -40px;
    left: calc(50% - 133px);
    /* margin-left: -133px; */
    position: absolute;
    content: '';
    display: inline-block;
    width: 265px;
    height: 128px;
    background-repeat: no-repeat;
    background-position: center center;
}
@media screen and (max-width: 768px) {
  #step .stpBox > li:before {
    display: none;
  }
}
#step .stpBox > li.s1 {
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
#step .stpBox > li.s1 {
  margin-top: 0;
}
}
#step .stpBox > li.s1:before {
  background-image: url("/promotion/acq/cashless/new/img/step1_icn.png");
}
#step .stpBox > li.s1 .txt {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #step .stpBox > li.s1 .txt {
    font-size: 3.5vw;
    line-height: 1.5;
    font-weight: normal;
    text-align: left;
    margin-bottom: 20px;
  }
}
#step .stpBox > li.s1 .disc {
  font-size: 14px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #step .stpBox > li.s1 .disc {
    text-align: left;
    font-size: 3vw;
    margin-bottom: 20px;
  }
}
#step .stpBox > li.s1 h4 {
  font-size: 27px;
  font-weight: bold;
  color: #005dbb;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #step .stpBox > li.s1 h4 {
    font-size: 5.5vw;
    margin-bottom: 10px;
  }
}
#step .stpBox > li.s1 h4 em {
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
}
#step .stpBox > li.s1 .stpPlan {
  margin-bottom: 40px;
  width: 100%;
}
#step .stpBox > li.s1 .stpPlan > li img {
  max-width: 100%;
  height: auto;
}
#step .stpBox > li.s1 .btnComp {
  border: #d35f84 3px solid;
  width: 320px;
  margin: 0 auto;
  display: table;
  height: 50px;
}

#step .stpBox > li.s1 .stpPlan > li p{
  background-image: url(/promotion/acq/cashless/new/img/btn_icn_fw.png), url(/promotion/acq/cashless/new/img/new_btn_bg.png);
  background-size: 43px 19px, cover;
  background-position: 92% center, center center;
  background-repeat: no-repeat,no-repeat;
  width: 100%;
  height: 55px;
  border-radius: 15px;
  display: table;
  margin-top: 8px;
}
#step .stpBox > li.s1 .stpPlan > li p a{
  color: #ffffff;
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  text-decoration: none;
  padding-right: 14px;
}
#step .stpBox > li.s1 .stpPlan > li p:hover{
  opacity: 0.8;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #step .stpBox > li.s1 .stpPlan > li p a{
    font-size: 4vw !important;
  }
}
@media screen and (max-width: 989px) {
  #step .stpBox > li.s1 .stpPlan > li p a{
    font-size: 1.4vw;
    padding-right: 35px;
  }
}
@media screen and (min-width: 1399px) {
  #step .stpBox > li.s1 .stpPlan > li p a{
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1400px) {
  #step .stpBox > li.s1 .stpPlan > li p a{
    font-size: 1.05vw;
  }
}
@media screen and (max-width: 768px) {
  #step .stpBox > li.s1 .btnComp {
    width: 90%;
  }
}
#step .stpBox > li.s1 .btnComp a {
  display: table-cell;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  color: #d35f84;
  background-color: #ffffff;
  background-image: url("/promotion/acq/cashless/new/img/plan_comp_arw.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
#step .stpBox > li.s1 .btnComp a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#step .stpBox > li.s2 {
  /*----------------------------*/
}
#step .stpBox > li.s2:before {
  background-image: url("/promotion/acq/cashless/new/img/step2_icn.png");
}
#step .stpBox > li.s2 .txt {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #step .stpBox > li.s2 .txt {
    font-size: 4vw;
  }
}
#step .stpBox > li.s2 .cLBox {
  max-width: 840px;
  width: 100%;
  margin: 0 auto 10px;
  background-color: #ffffff;
  padding: 20px 20px 10px 20px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #step .stpBox > li.s2 .cLBox {
    display: block;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1.3;
    padding: 20px 20px 30px 20px;
  }
}
#step .stpBox > li.s2 .cLBox > li {
	text-indent:0;
	padding-left: 0;
}
@media screen and (max-width: 768px) {
  #step .stpBox > li.s2 .cLBox > li {
    text-align: center;
  }
}
#step .stpBox > li.s2 .cLBox > li:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #step .stpBox > li.s2 .cLBox > li:first-child {
    margin: 0;
    text-align: center;
  }
  #step .stpBox > li.s2 .cLBox > li:first-child img {
    margin: 0 auto;
    max-width: 80px;
  }
}
#step .stpBox > li.s2 .cLNoteBox {
	max-width: 800px;
    margin: auto;
}
#step .stpBox > li.s2 .cLNoteBox li {
	text-indent: -1em;
	padding-left: 1em;
}
#step .stpBox > li.s2 .cLNote {
  margin-bottom: 40px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #step .stpBox > li.s2 .cLNote {
    font-size: 3vw;
    margin-bottom: 20px;
    text-align: left;
  }
}
#step .stpBox > li.s2 h4 {
    color: #000;
    font-weight: bold;
    font-size: 110%;
}
@media screen and (max-width: 768px) {
  #step .stpBox > li.s2 h4 {
    font-size: 4.8vw;
  }
}
#step .stpBox > li.s2 ul > li ul li {
position: relative;
    margin: 0 0 4px;
    padding: 0 0 0 10px;
}
#step .stpBox > li.s2 ul > li ul li::before {
	content:"";
    background: #333;
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 3px;
}
@media screen and (max-width: 768px) {
  #step .stpBox > li.s2 ul > li {
    margin: 0 0 10px;
    padding: 5px 0;
    font-size: 3.5vw;
  }
  #step .stpBox > li.s2 ul > li .spWrap4 {
    display: none;
    width: 100%;
  }
  #step .stpBox > li.s2 ul > li h4 {
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: -5%;
    margin-right: -5%;
  }
  #step .stpBox > li.s2 ul > li h4 img {
    width: 100%;
    height: auto;
  }
  #step .stpBox > li.s2 ul > li h4:after {
    position: absolute;
    content: '';
    display: inline-block;
    right: 3%;
    top: 50%;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    background: url("/promotion/acq/cashless/new/img/dtl_tt_sp_cls.png") no-repeat center center/cover;
  }
}
@media screen and (max-width: 768px) and (min-width: 640px) {
  #step .stpBox > li.s2 ul > li h4:after {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 768px) {
  #step .stpBox > li.s2 ul > li.op4 h4:after {
    background: url("/promotion/acq/cashless/new/img/dtl_tt_sp_op.png") no-repeat center center/cover;
  }
}
#step .stpBox > li.s3 {
  text-align: center;
}
#step .stpBox > li.s3:before {
  background-image: url("/promotion/acq/cashless/new/img/step3_icn.png");
}
#step .stpBox > li.s3 .txt {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #step .stpBox > li.s3 .txt {
    font-size: 3.5vw;
    text-align: left;
  }
}
#step .stpBox > li.s3 .disc {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #step .stpBox > li.s3 .disc {
    font-size: 3vw;
    text-align: left;
	  text-indent: -1em;
	  padding-left: 1em;
  }
}
#step .stpBox > li.s4 {
  text-align: center;
}
#step .stpBox > li.s4 .txt {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #step .stpBox > li.s4 .txt {
    font-size: 3.5vw;
    text-align: left;
    margin-bottom: 10px;
  }
}
#step .stpBox > li.s4 .txt span {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #step .stpBox > li.s4 .txt span {
    font-size: 14px;
  }
}
#step .stpBox > li.s4:before {
  background-image: url("/promotion/acq/cashless/new/img/step4_icn.png");
}
#step .stpBox > li .bdTtl {
  text-align: center;
  color: #005dbb;
  border-top: #005dbb 3px solid;
  border-bottom: #005dbb 3px solid;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #step .stpBox > li .bdTtl {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  #step .stpBox > li h3 {
    width: 100%;
  }
  #step .stpBox > li h3 img {
    width: 100%;
    height: auto;
  }
}
#step .stpBox .stpPlan {
  max-width: 980px;
}

.dtlArea {
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .dtlArea {
    width: 94%;
    margin: 0 auto 30px;
  }
}
.dtlArea .dtlBtn {
  padding: 15px 3%;
  position: relative;
  background-color: #005dbb;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .dtlArea .dtlBtn {
    font-size: 1.6rem;
    background-color: #b9d5f1;
    color: #005dbb;
    padding: 10px 3%;
  }
}
.dtlBtn.dtlBtn02 {
    margin-top: 3%;
}
.dtlArea .dtlBtn.op:after {
  background: url("/promotion/acq/cashless/new/img/dtl_tt_op.png") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .dtlArea .dtlBtn.op:after {
    background: url("/promotion/acq/cashless/new/img/dtl_tt_sp_op.png") no-repeat center center/cover;
  }
}
.dtlArea .dtlBtn:after {
  position: absolute;
  content: '';
  display: inline-block;
  right: 3%;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  background: url("/promotion/acq/cashless/new/img/dtl_tt_cls.png") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .dtlArea .dtlBtn:after {
    background: url("/promotion/acq/cashless/new/img/dtl_tt_sp_cls.png") no-repeat center center/cover;
  }
}


.unq-box-05>.head::after, .unq-list-flow>li>.content>.inner>.lyt>.hdg>.btn::after, .unq-list-flow>li>.content>.inner>.lyt>.hdg>.btn::before, .unq-list-flow>li>.hdg>.btn::after, .unq-list-flow>li>.hdg>.btn>.main::after, .unq-list-flow>li>.hdg>.btn>.main::before, .unq-list-flow>li>.hdg>.btn>.step::after, .unq-list>li::before, .unq-toggle>.content>.inner>.hdg>span::before, .unq-toggle>.content>.inner>.list-flow>li>.content::after, .unq-toggle>.content>.inner>.list-flow>li>.content::before, .unq-toggle>.hdg>.btn::after, .unq-toggle>.hdg>.btn::before {
    display: block;
    content: "";
}

.dtlArea .dtlList {
  display: none;
  margin-bottom: 50px;
  background: #f6f6f6;
}

.dtlArea>.dtlList>.inner {
    padding: 20px;
}
.dtlArea>.dtlList>.inner>.hdg {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    color: #005dbb;
    margin: 0 0 16px;
}
.dtlArea>.dtlList>.inner>.hdg>span {
    position: relative;
    display: inline-block;
    padding: 0 0 5px;
}
.dtlArea>.dtlList>.inner>.hdg>span::before {
    display: block;
    content: "";
    background: #005dbb;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
}
.dtlArea>.dtlList>.inner>.txt {
    margin: 0 0 11px;
}
.dtlArea>.dtlList>.inner>.list-flow {
    margin: 0 0 21px;
}
.dtlArea>.dtlList>.inner>.list-flow>li {
    margin: 0 0 11px;
    padding: 0 0 13px;
}
.dtlArea>.dtlList>.inner>.list-flow>li>.content {
    background: #fff;
    position: relative;
    padding: 23px 18px;
    border: 2px solid #ccc;
    border-radius: 10px;
}
.dtlArea>.dtlList>.inner>.list-flow>li>.content::after, .dtlArea>.dtlList>.inner>.list-flow>li>.content::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
}
.dtlArea>.dtlList>.inner>.list-flow>li>.content::before {
    display: block;
    content: "";
    bottom: -15px;
    border-top: 15px solid #ccc;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.dtlArea>.dtlList>.inner>.list-flow>li>.content::after {
    display: block;
    content: "";
    bottom: -12px;
    border-top: 12px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
.dtlArea>.dtlList>.inner>.list-flow>li:last-child>.content::after, .dtlArea>.dtlList>.inner>.list-flow>li:last-child>.content::before {
  display: none
}
.dtlArea>.dtlList>.inner>.list-flow>li>.content>.hdg {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    color: #005dbb;
    background: #b9d5f1;
    margin: 0 0 10px;
    padding: 7px 10px;
}
.dtlArea>.dtlList>.inner>.list-flow>li>.content>.txt {
    line-height: 1.71429;
    margin: 0 0 10px;
}
.dtlArea>.dtlList>.inner>.list-flow>li>.content:last-child {
    margin-bottom: 0;
}
.unq-list-note>li:last-child {
    margin-bottom: 0;
}
.unq-list-note>li>.content {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    padding: 0 0 0 10px;
}
.unq-list>li {
    color: #333;
    position: relative;
    margin: 0 0 4px;
    padding: 0 0 0 10px;
}
.unq-list>li::before {
    display: block;
    content: "";
    background: #333;
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 3px;
}
.unq-list-note>li {
    font-size: 1.2rem;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 5px;
}
@media screen and (min-width: 769px) {
.dtlArea>.dtlList>.inner {
    padding: 32px 35px 40px;
}
.dtlArea>.dtlList>.inner>.hdg {
    font-size: 2rem;
}
.dtlArea>.dtlList>.inner>.hdg>span {
    padding-bottom: 7px;
}
.dtlArea>.dtlList>.inner>.list-flow {
    display: flex;
    align-items: stretch;
    margin-bottom: 34px;
    margin-left: -3.125%;
}
.dtlArea>.dtlList>.inner>.list-flow>li {
    flex-basis: calc(33.33333% - 3.0303%);
    max-width: calc(33.33333% - 3.0303%);
    margin: 32px 0 0 3.0303%;
    padding-bottom: 0;
}
.dtlArea>.dtlList>.inner>.list-flow>li>.content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 22px 17px;
    border-width: 3px;
    border-radius: 20px;
}
.dtlArea>.dtlList>.inner>.list-flow>li .content::after, .dtlArea>.dtlList>.inner>.list-flow>li>.content::before {
    top: 50%;
    left: auto;
    transform: translate(0,-50%);
    border-right: none;
}
.dtlArea>.dtlList>.inner>.list-flow>li>.content::before {
    right: -17px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #ccc;
}
.dtlArea>.dtlList>.inner>.list-flow>li>.content::after {
    right: -13px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
}
.dtlArea>.dtlList>.inner>.list-flow>li>.content>.hdg {
    font-size: 1.6rem;
    color: #fff;
    background: #005dbb;
    padding-top: 5px;
    padding-bottom: 5px;
}
.dtlArea>.dtlList>.inner>.list-flow>li>.content>.txt {
    margin-bottom: 0;
    font-size: 96%;
}
.unq-list-note>li {
    font-size: 1.39rem;
}
}


#interview {
  border-top: #01188a 10px solid;
  padding: 60px 0 50px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1069px) {
  #interview {
    border-top: #01188a 5px solid;
    padding: 30px 0 20px;
  }
}
#interview h2 {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 1069px) {
  #interview h2 {
    text-align: center;
    width: 50%;
    max-width: 150px;
    margin: 0 auto 30px;
  }
  #interview h2 img {
    width: 100%;
    height: auto;
  }
}
#interview .voiceList {
  width: 100%;
  max-width: 1100px;
}
#interview .voiceList > li {
  position: relative;
  padding: 50px 50px 20px;
}
@media screen and (max-width: 1069px) {
  #interview .voiceList > li {
    padding: 40px 3% 10px;
  }
}
#interview .voiceList > li .voiceWrap {
  background-color: #ffffff;
  box-shadow: 0px 0px 9.5px 0.5px rgba(6, 6, 6, 0.15);
  margin-bottom: 40px;
  position: relative;
  padding: 50px 70px 0px;
}
@media screen and (max-width: 1069px) {
  #interview .voiceList > li .voiceWrap {
    margin-bottom: 30px;
    padding: 20px 5% 10px;
  }
}/*
#interview .voiceList > li .voiceWrap:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 90px;
  height: 90px;
  top: -30px;
  background: url("/promotion/acq/cashless/new/img/voice_icn.png") no-repeat center center/cover;
}
@media screen and (max-width: 1069px) {
  #interview .voiceList > li .voiceWrap:after {
    display: none;
  }
}
*/
#interview .voiceList > li .voiceWrap .voiceIn {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1069px) {
  #interview .voiceList > li .voiceWrap .voiceIn {
    display: block;
  }
}
#interview .voiceList > li .voiceWrap .voiceIn > li {
  width: 48%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1069px) {
  #interview .voiceList > li .voiceWrap .voiceIn > li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#interview .voiceList > li .voiceWrap .voiceIn > li .txt {
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 769px) {
  #interview .voiceList > li .voiceWrap .voiceIn > li .txt {
    font-size: 3.5vw;
  }
}
#interview .voiceList > li .voiceWrap .voiceIn > li h3 {
    position: relative;
    font-size: 28px;
    color: #005dbb;
    font-weight: bold;
    display: table;
    padding: 30px;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-right: -10px;
}
@media screen and (max-width: 769px) {
  #interview .voiceList > li .voiceWrap .voiceIn > li h3 {
    font-size: 6vw;
    padding: 15px 20px;
  }
}
#interview .voiceList > li .voiceWrap .voiceIn > li h3:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  background: url("/promotion/acq/cashless/new/img/itv_qot_t.png") no-repeat center center/cover;
}
#interview .voiceList > li .voiceWrap .voiceIn > li h3:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  bottom: 0;
  right: 0;
  background: url("/promotion/acq/cashless/new/img/itv_qot_b.png") no-repeat center center/cover;
}
#interview .voiceList > li .voiceWrap .voiceIn > li h4 {
  font-size: 18px;
  font-weight: bold;
  text-indent: -2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 769px) {
  #interview .voiceList > li .voiceWrap .voiceIn > li h4 {
    font-size: 4.7vw;
    margin-bottom: 5px;
  }
}
#interview .voiceList > li .voiceWrap .voiceIn > li.img1 {
  position: relative;
  width: 48%;
}
@media screen and (max-width: 1069px) {
  #interview .voiceList > li .voiceWrap .voiceIn > li.img1 {
    width: 100%;
  }
}
#interview .voiceList > li .voiceWrap .voiceIn > li.img1 img {
  position: absolute;
  top: -80px;
}
@media screen and (max-width: 1000px) {
  #interview .voiceList > li .voiceWrap .voiceIn > li.img1 img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1069px) {
  #interview .voiceList > li .voiceWrap .voiceIn > li.img1 img {
    position: relative;
    top: 0px;
    margin-top: -50px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1069px) {
  #interview .voiceList > li .voiceWrap .voiceIn > li.img2 {
  }
}
#interview .voiceList > li .voiceWrap .voiceIn > li.img2 img {
  width: 100%;
  height: auto;
}
#interview .voiceList > li .voiceWrap .voiceIn > li.img3 img {
  width: 100%;
  height: auto;
}
#interview .voiceList > li .voiceWrap .voiceIn > li.txt1 {
  width: 50%;
}
@media screen and (max-width: 1069px) {
  #interview .voiceList > li .voiceWrap .voiceIn > li.txt1 {
    width: 100%;
  }
}
#interview .voiceList > li .voiceWrap .voiceIn > li.full {
  width: 100%;
}
#interview .voiceList > li .voiceWrap .voiceIn > li.culm31 {
  width: 32%;
}
@media screen and (max-width: 1069px) {
  #interview .voiceList > li .voiceWrap .voiceIn > li.culm31 {
    width: 100%;
  }
}
#interview .voiceList > li .voiceWrap .voiceIn > li.culm32 {
  width: 66%;
}
@media screen and (max-width: 1069px) {
  #interview .voiceList > li .voiceWrap .voiceIn > li.culm32 {
    width: 100%;
  }
}
#interview .voiceList > li .voiceWrap .voiceIn > li.prfArea {
  width: 100%;
  background-color: #f6f6f6;
  padding: 25px 0;
}
@media screen and (max-width: 1069px) {
  #interview .voiceList > li .voiceWrap .voiceIn > li.prfArea {
    padding: 10px 0;
  }
}
#interview .voiceList > li .voiceWrap .voiceIn > li.prfArea h4 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1069px) {
  #interview .voiceList > li .voiceWrap .voiceIn > li.prfArea h4 {
    margin-bottom: 10px;
  }
}
#interview .voiceList > li .voiceWrap .voiceIn > li.prfArea .txt {
  margin: 0 20px;
}
@media screen and (max-width: 1069px) {
  #interview .voiceList > li .voiceWrap .voiceIn > li.prfArea .txt {
    margin: 0 5%;
  }
}
#interview .voiceList > li:nth-child(2n-1) .voiceWrap {
  margin-left: 50px;
}
#interview .voiceList > li:nth-child(2n-1) .voiceWrap:after {
  right: 30px;
}
@media screen and (max-width: 1069px) {
  #interview .voiceList > li:nth-child(2n-1) .voiceWrap:after {
    right: 10px;
  }
}
@media screen and (max-width: 1069px) {
  #interview .voiceList > li:nth-child(2n-1) .voiceWrap {
    margin-left: 0px;
  }
}
#interview .voiceList > li:nth-child(2n-1) .voiceWrap .voiceIn > li.img1 img {
  left: -110px;
}
@media screen and (max-width: 1069px) {
  #interview .voiceList > li:nth-child(2n-1) .voiceWrap .voiceIn > li.img1 img {
    left: 0;
  }
}
#interview .voiceList > li:nth-child(2n) .voiceWrap {
  margin-right: 50px;
		margin-bottom: 0;
}
#interview .voiceList > li:nth-child(2n) .voiceWrap:after {
  left: 30px;
}
@media screen and (max-width: 1069px) {
  #interview .voiceList > li:nth-child(2n) .voiceWrap:after {
    left: inherit;
    right: 10px;
  }
}
@media screen and (max-width: 1069px) {
  #interview .voiceList > li:nth-child(2n) .voiceWrap {
    margin-right: 0px;
  }
}
#interview .voiceList > li:nth-child(2n) .voiceWrap .voiceIn > li.img1 img {
  right: -110px;
}
@media screen and (max-width: 1069px) {
  #interview .voiceList > li:nth-child(2n) .voiceWrap .voiceIn > li.img1 img {
    right: 0px;
  }
}

.abtArea {
  padding: 90px 0 80px;
}
@media screen and (max-width: 768px) {
  .abtArea {
    padding: 60px 0 40px;
  }
}
.abtArea .contArea {
  position: relative;
  background-color: #e3f2fd;
  border-radius: 30px;
  padding: 170px 0 30px;
}
@media screen and (max-width: 768px) {
  .abtArea .contArea {
    padding: 0px 0 20px;
    border-radius: 0px;
    width: 100%;
  }
}
.abtArea .contArea h3 {
  width: 100%;
  position: absolute;
  top: -30px;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #d6d6d6 3px solid;
}
@media screen and (max-width: 768px) {
  .abtArea .contArea h3 {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .abtArea .contArea h3 img {
    width: 100%;
    height: auto;
  }
}
.abtArea .contArea .txt {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .abtArea .contArea .txt {
    font-size: 3.5vw;
    margin: 0 3% 20px;
    text-align: left;
  }
}
.abtArea .contArea .abtCheck3 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1040px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .abtArea .contArea .abtCheck3 {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.abtArea .contArea .abtCheck3 > li {
  width: 31.8%;
}
  .abtArea .contArea .abtCheck3 > li img {
    max-width: 100%;
    height: auto;
  }
@media screen and (max-width: 768px) {
  .abtArea .contArea .abtCheck3 > li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#plan .gWrap.blk2 {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #plan .gWrap.blk2 {
    padding: 40px 0 20px;
  }
}
#plan .barTtl {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  #plan .barTtl {
    font-size: 26px;
  }
}
#plan .barTtl em {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  #plan .barTtl em {
    font-size: 26px;
  }
}
#plan .recomPlan {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #plan .recomPlan {
    margin-bottom: 30px;
  }
}
#plan .recomPlan > li .img {
  text-align: center;
  margin-bottom: 10px;
}
#plan .recomPlan > li .img img{max-width: 100%;}
@media screen and (max-width: 768px) {
  #plan .recomPlan > li .img {
    margin-bottom: 0px;
  }
}
#plan .recomPlan > li .btnArea2 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #plan .recomPlan > li .btnArea2 {
    display: none;
  }
}
#plan .bnr {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #plan .bnr {
    width: 95%;
    margin: 0 2% 0 3%;
  }
}
#plan .bnr a {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
  #plan .bnr a img {
    max-width: 100%;
    height: auto;
  }
@media screen and (max-width: 768px) {
  #plan .bnr a {
    width: 100%;
  }
}
#plan .bnr a:hover {
  opacity: 0.8;
}

#plan .planComp h3 {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #005dbb;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #plan .planComp h3 {
    font-size: 6.5vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #plan .planComp .tblWrap {
    z-index: 7;
  }
}
#plan .planComp .planTbl {
  width: 100%;
  max-width: 1100px;
  border-collapse: collapse;
  margin-bottom: 70px;
  z-index: 5;
}
#plan .planComp .planTbl .td-width{width: 31%;}
#plan .planComp .planTbl .td-img img{width: 100%;}
#plan .planComp .planTbl .tb-img1 td{width: 26.72%;}
#plan .planComp .planTbl .tb-img1 td:nth-child(3) img{width: 85.21%;}
#plan .planComp .planTbl .tb-img2 img{width: 84.4%;}
#plan .planComp .planTbl .tb-img3 img{width: 89.1%;}

@media screen and (max-width: 768px) {
  #plan .planComp .planTbl {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    z-index: 5;
  }
  #plan .planComp .planTbl:after {
    margin: 1em auto 0.5em;
    content: '';
    display: inline-block;
    width: 100%;
    height: 30px;
    background: url("/promotion/acq/cashless/new/img/plantbl_arrow.png") no-repeat center center;
    background-size: contain;
    z-index: 11;
  }
  #plan .planComp .planTbl colgroup {
    width: 100%;
  }
}
#plan .planComp .planTbl .compTtl {
  background-color: #3b8be4;
  color: #ffffff;
  border: #ffffff 1px solid;
  font-size: 20px;
  line-height: 1.4;
  vertical-align: middle;
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  #plan .planComp .planTbl .compTtl {
    padding: 10px 5px;
    font-size: 3.7333333333333334vw;
  }
}
#plan .planComp .planTbl .gTtl {
  background-color: #dedede;
  border: #ffffff 1px solid;
  vertical-align: middle;
  padding: 50px 20px;
  font-size: 18px;
  line-height: 1.4;
  font-style: normal;
}
#plan .planComp .planTbl .gTtl span {
display: block;
text-align: left;
font-size: 14px;
font-weight: 500;
line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #plan .planComp .planTbl .gTtl {
    padding: 10px 5px;
    font-size: 3.7333333333333334vw;
  }
}
#plan .planComp .planTbl td {
  border: #bfbfbf 1px solid;
  padding: 10px 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #plan .planComp .planTbl td img {
    width: 100%;
    height: auto;
  }
}
#plan .planComp .planTbl td.txt {
  padding: 50px 20px;
  text-align: center;
  font-size: 21px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #plan .planComp .planTbl td.txt {
    padding: 10px 5px;
    font-size: 3.7333333333333334vw;
  }
}
#plan .planComp .spTbl {
  display: none;
}
@media screen and (max-width: 768px) {
  #plan .planComp .spTbl {
    display: block;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: -webkit- flex-start;
    justify-content: flex-start;
  }
  #plan .planComp .spTbl img {
    max-height: 420px;
    width: auto;
  }
  #plan .planComp .spTbl .tblTab {
    display: fixed;
  }
  #plan .planComp .spTbl .tblCnts {
    webkit-overflow-scrolling: touch;
    overflow-x: scroll;
  }
}

.checkSche {
  padding: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .checkSche {
    padding: 30px 0 30px;
    width: 94%;
    margin: 0 3%;
  }
}
.checkSche h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #005dbb;
}
@media screen and (max-width: 768px) {
  .checkSche h3 {
    font-size: 4.9vw;
    line-height: 1.5;
    width: 94%;
    margin: 0 auto 10px;
  }
}
.checkSche .img img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .checkSche .img {
    width: 100%;
  }
}
.checkSche .txt {
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .checkSche .txt {
    font-size: 3vw;
    margin-bottom: 20px;
  }
}

.checkNote {
  padding: 40px 0 50px;
}
@media screen and (max-width: 768px) {
  .checkNote {
    padding: 20px 5% 30px;
  }
}
.checkNote h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #005dbb;
}
@media screen and (max-width: 768px) {
  .checkNote h3 {
    font-size: 5.8vw;
    margin-bottom: 20px;
  }
}
.checkNote h4 {
  color: #005dbb;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .checkNote h4 {
    font-size: 4vw;
  }
}
.checkNote .noteList {
  padding: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .checkNote .noteList {
    font-size: 3vw;
  }
}

.btnWrap {
  padding: 30px 0 60px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .btnWrap {
    padding: 10px 0 30px;
    margin: 0;
  }
}
.btnWrap.nw .btnArea {
  max-width: 472px;
  margin: 0 auto;
}
.btnWrap.nw .btnArea > li {
  width: 100%;
}
.btnWrap .note {
  text-align: center;
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .btnWrap .note {
    font-size: 3.6vw;
    font-weight: 700;
  }
}
.btnWrap .note2 {
  margin: 0.5em auto 0;
  text-align: left;
  font-size: 18px;
  color: #333;
  padding: 2%;
  border: solid 1px #666;
  max-width: 1100px;
  line-height: 0.4;
}
@media screen and (max-width: 768px) {
  .btnWrap .note2 {
    font-size: 3.21vw;
    padding: 3%;
    width: 90%;
    line-height: 1;
    margin-top: 2.8%;
  }
}
.btnWrap .note2 .txt_title{
  font-weight: bold; 
  font-size: 20px;
}
@media screen and (max-width: 768px) {
.btnWrap .note2 .txt_title{
  font-weight: bold; 
    font-size: 3.5vw;
}
}
.btnWrap .note2 span span {
    margin-left: -1em;
}
.btnWrap .note2 ul {
	margin-bottom: 14px;
}
.btnWrap .note2 ul li {
font-size: 13px;
text-indent: -1em;
padding-left: 1em;
}
@media screen and (max-width: 768px) { 
.btnWrap .note2 ul {
  margin-bottom: 3px;
}
.btnWrap .note2 ul li {
font-size: 12px;
}
}
.btnWrap .anc-02{
  text-align: center;
  padding: 10px 0;
}

.btnArea {
  max-width: 980px;
  margin: 0 auto 10px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .btnArea {
    margin: 0 auto 5px;
    display: block;
    width: 94%;
    padding: 0;
  }
}
.btnArea > li {
  width: 48%;
  max-width: 472px;
  height: 85px;
  border-radius: 15px;
  display: table;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btnArea > li {
    width: 100%;
    margin: 0 auto 10px;
    height: 68px;
  }
}
.btnArea > li a {
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.3;
  padding-top: 3px;
}
.btnArea > li.newMmb {
  background-color: #d25283;
  background-image: url(/promotion/acq/cashless/new/img/btn_icn_anch.png), url(/promotion/acq/cashless/new/img/new_btn_bg.png);
  background-position: 95% center, center center;
  background-repeat: no-repeat,no-repeat;
  background-size: 22px 22px, cover;
}
.btnArea > li.newMmb.fw {
  background-image: url(/promotion/acq/cashless/new/img/btn_icn_fw.png), url(/promotion/acq/cashless/new/img/new_btn_bg.png);
}
.btnArea > li.newMmb:hover {
  opacity: 0.8;
}
.btnArea > li.newMmb a {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .btnArea > li.newMmb a {
    font-size: 5.333333333333333vw;
  }
}
.btnArea > li.ardMmb {
  border: #9a9899 4px solid;
  background-image: url(/promotion/acq/cashless/new/img/btn_icn_next.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}
@media screen and (max-width: 768px) {
  .btnArea > li.ardMmb {
    border: #9a9899 3px solid;
  }
}
.btnArea > li.ardMmb:hover {
  background-color: #f6f6f6;
}
.btnArea > li.ardMmb a {
  color: #4d4d4d;
}
@media screen and (max-width: 768px) {
  .btnArea > li.ardMmb a {
    padding-top: 3px;
    font-size: 5vw;
  }
}
.btnArea > li a span {
  display: block;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .btnArea > li a span {
    font-size: 4.33vw;
  }
}

.btnArea2 {
  max-width: 980px;
  margin: 0 auto 10px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .btnArea2 {
    margin: 0 3% 5px;
    display: block;
    width: 94%;
    padding: 0;
  }
}
.btnArea2 > li {
  width: 100%;
  max-width: 380px;
  height: 55px;
  border-radius: 15px;
  display: table;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btnArea2 > li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.btnArea2 > li a {
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  text-decoration: none;
}
.btnArea2 > li.newMmb {
  background-color: #d25283;
  background-image: url(/promotion/acq/cashless/new/img/btn_icn_anch.png), url(/promotion/acq/cashless/new/img/new_btn_bg.png);
  background-position: 95% center, center center;
  background-repeat: no-repeat,no-repeat;
  background-size: 18px 18px, cover;
}
.btnArea2 > li.newMmb.fw {
  background-image: url(/promotion/acq/cashless/new/img/btn_icn_fw.png), url(/promotion/acq/cashless/new/img/new_btn_bg.png);
    background-size: 43px 19px, cover;
    background-position: 92% center, center center;
}
.btnArea2 > li.newMmb:hover {
  opacity: 0.8;
}
.btnArea2 > li.newMmb a {
  color: #ffffff;
  font-size: 1.5vw;
}
@media screen and (min-width: 1400px) {
.btnArea2 > li.newMmb a {
  font-size: 1.2vw;
}
}
.btnArea2 > li.newMmb.fw a {
    padding-right: 20px;
}
.mod-box-footerContact>.inner>.time {
    font-size: 1.3rem !important;
}
@media screen and (max-width: 768px) {
.mod-box-footerContact>.inner>.time {
    font-size: 1.15rem !important;
}
}
img.icn {
    vertical-align: middle !important;
}
@media screen and (min-width: 769px) {
.site-footer .pagetop a {
    bottom: 60px !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1201px)  {
.site-footer .pagetop a {
  right: 15px !important;
}
}
@media screen and (min-width: 1200px) {
.site-footer .pagetop a {
  right: -5% !important;
}
}
.dots_spWrap {
    font-weight: bold;
}

/**アコーディオン追加分**/
.dtlArea>.dtlList02>.inner>.txt {
    text-align: left;
}
.dtlArea>.dtlList02>.inner>.hdg {
    margin-top: 5%;
}
.dtlArea>.dtlList02>.inner>.hdg:first-child {
    margin-top: 0;
}
.dtlArea>.dtlList02>.inner>.lead {
    font-weight: 700;
    font-size: 110%;
    text-align: center;
    margin: 0 0 16px;
}
.unq-list02>li::before {
  display: none;
}
.unq-list02>li {
    padding-left: 6em;
}
.unq-list02>li>span {
    margin-left: -6em;
}
.unq-list02>li:nth-of-type(even)>span {
    margin-left: -6.5em;
}
.dtlArea>.dtlList02>.inner>.txt.co-title {
    margin-bottom: 3%;
    text-align: center;
}
.dtlArea>.dtlList02>.inner>.txt.co-title02 {
    font-weight: 600;
}
.dtlArea>.dtlList02>.inner>.txt.img-title {
    font-weight: 600;
    margin-bottom: 0.5%;
}
.dtlArea>.dtlList02>.inner>.list-img {
    margin-bottom: 5%;
}
ul.unq-list.unq-list-disc {
    margin-bottom: 5%;
}
.unq-list-disc>li::before {
  display: none;
}
.unq-list-disc>li {
    padding-left: 3em;
    font-size: 90%;
}
.unq-list-disc>li>span {
    margin-left: -3em;
}

@media screen and (max-width: 768px) {
.dtlArea>.dtlList02>.inner>.txt.co-title {
    text-align: left;
    font-weight: 600;
}
.dtlArea>.dtlList02>.inner>.txt.img-title {
    font-size: 85%;
}
.list-img>img {
    width: 100%;
}
ul.unq-list.unq-list-disc {
    margin-bottom: 5%;
    font-size: 70%;
}
.dtlArea>.dtlList02>.inner>.list-img {
    margin-bottom: 10%;
}
.site-footer .pagetop.is-fixed {
    z-index: 1000;
}
}


/*--print--*/
@media print {
body,html{
  height: auto;
  transform: scale(1);
}
.barTtl,
.barTtl em{
  font-size: 24px !important;
}
.barTtl{
  padding: 20px 0;
}
.dtlArea .dtlBtn:after{
  display: none;
}
.dtlArea .dtlList{
  display: block !important;
}

.abtArea .contArea .txt {
    margin-bottom: 3%;
}
.clm3 > li {
    border-top: #ffffff 2% solid;
    border-bottom: #ffffff 2% solid;
}
.dtlArea>.dtlList>.inner>.list-flow {
    display: flex;
    align-items: stretch;
    margin-bottom: 34px;
    margin-left: -3.125%;
}
.dtlArea>.dtlList>.inner>.list-flow>li {
    flex-basis: calc(33.33333% - 3.0303%);
    max-width: calc(33.33333% - 3.0303%);
    margin: 32px 0 0 3.0303%;
    padding-bottom: 0;
}
.dtlArea>.dtlList>.inner>.list-flow>li>.content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 22px 17px;
    border-width: 3px;
    border-radius: 20px;
}
.dtlArea>.dtlList>.inner>.list-flow>li .content::after, .dtlArea>.dtlList>.inner>.list-flow>li>.content::before {
    top: 50%;
    left: auto;
    transform: translate(0,-50%);
    border-right: none;
}
.dtlArea>.dtlList>.inner>.list-flow>li>.content::before {
    right: -17px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #ccc;
}
.dtlArea>.dtlList>.inner>.list-flow>li>.content::after {
    right: -13px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
}
.dtlArea>.dtlList>.inner>.list-flow>li>.content>.hdg {
    font-size: 1.6rem;
    color: #fff;
    background: #005dbb;
    padding-top: 5px;
    padding-bottom: 5px;
}
.dtlArea>.dtlList>.inner>.list-flow>li>.content>.txt {
    margin-bottom: 0;
    font-size: 96%;
}
.unq-list-note>li {
    font-size: 1.39rem;
}

#interview .voiceList > li .voiceWrap .voiceIn > li.img1 img{
  position: static;
  width: 100%;
}
}

/*20191107追加*/
.ft-cashless {
	margin: 35px auto 30px;
	padding: 0 50px 0 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
.ft-cashless {
margin: 4vw auto;
padding: 0;
height: 45px;
}
.ft-cashless img {
  height: 100%;
}
}
@media screen and (max-width:999px) {
	.tab {
		display: block;
	}
}

@media screen and (min-width:1000px), print {
	.tab {
		display: none;
	}}
ol.txt li ol li {
	text-indent: -2.5em;
	padding-left: 2.5em;
}