@charset "UTF-8";
/*---------------------------------
  lead
---------------------------------*/
.payment__lead__notes {
  margin-top: 25px;
  color: #313131;
  font-weight: normal;
}

.payment__lead__notes > li {
  text-align: center;
}

.payment__lead__notes > li:not(:first-of-type) {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .payment__lead__notes > li:not(:first-of-type) {
    margin-top: 10px;
  }
}

.payment__lead__notes > li > a {
  color: #3d90cc;
  text-decoration: underline;
}

.payment__lead__notes > li > a:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .payment__lead__notes > li {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 11px;
  }
}

.apps__use {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .apps__use {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}

.apps__contents {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .apps__contents {
    margin-top: 20px;
  }
}

.apps__items {
  border: 3px solid #707070;
  border-radius: 10px;
  padding: 27px;
  max-width: 1180px;
  margin: 0 auto 20px;
}

@media (max-width: 767px) {
  .apps__items {
    border-width: 1px;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
  }
}

.apps__title {
  padding: 11px 0 8px 183px;
  font-size: 26px;
  font-weight: bold;
  color: #313131;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  .apps__title {
    padding: 0 0 0 110px;
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .apps__title {
    padding: 0 0 0 80px;
  }
}

.apps__title.open:after {
  display: none;
}

.apps__title:after {
  display: block;
  content: '';
  background-color: #555555;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 30px;
  right: 13px;
}

@media (max-width: 767px) {
  .apps__title:after {
    height: 11px;
    width: 1px;
    right: 9px;
  }
}

.apps__title:before {
  display: block;
  content: '';
  background-color: #555555;
  position: absolute;
  width: 30px;
  height: 3px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .apps__title:before {
    width: 13px;
    height: 1px;
    right: 3px;
  }
}

.apps__logo {
  width: 141px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.apps__logo--linepay {
  width: 120px;
}

.apps__logo--linepayapp {
  width: 60px;
}

@media (max-width: 767px) {
  .apps__logo--linepayapp {
    width: 26px;
    height: 26px;
  }
}

.apps__logo--payb {
  width: 60px;
  height: 60px;
}

@media (max-width: 767px) {
  .apps__logo--payb {
    width: 26px;
    height: 26px;
  }
}

.apps__logo--paypay {
  width: 60px;
  height: 60px;
}

@media (max-width: 767px) {
  .apps__logo--paypay {
    width: 26px;
    height: 26px;
  }
}

.apps__logo--dbarai {
  width: 60px;
  height: 60px;
}

@media (max-width: 767px) {
  .apps__logo--dbarai {
    width: 26px;
    height: 26px;
  }
}

.apps__logo--epos {
  height: 40px;
  width: auto;
}

@media (max-width: 767px) {
  .apps__logo--epos {
    height: 20px;
  }
}

@media (max-width: 767px) {
  .apps__logo {
    width: 70px;
    height: 26px;
  }
}

.apps__operation {
  padding: 0 20px;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .apps__operation {
    padding: 0;
    margin-top: 20px;
  }
}

.apps__operation__title {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 20px;
  background: #656d73;
}

@media (max-width: 767px) {
  .apps__operation__title {
    font-size: 12px;
    padding: 3px 20px;
  }
}

.apps__operation__contents + .apps__operation__title {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .apps__operation__contents + .apps__operation__title {
    margin-top: 24px;
  }
}

.apps__operation__lists {
  margin-top: 23px;
  counter-reset: num;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .apps__operation__lists {
    margin-top: 10px;
    padding: 0;
  }
}

.apps__operation__item {
  position: relative;
  line-height: 1.5em;
  padding: 7px 0 7px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #656d73;
}

@media (max-width: 767px) {
  .apps__operation__item {
    font-size: 14px;
    padding: 5px 0 5px 21px;
  }
}

.apps__operation__item::before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #656d73;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: 9px;
}

@media (max-width: 767px) {
  .apps__operation__item::before {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    top: 7px;
  }
}

.apps__capture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 20px;
  counter-reset: num;
  margin-top: 9px;
  min-width: 1128px;
}

.apps__capture__item {
  width: 214px;
  position: relative;
  margin-right: 63px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .apps__capture__item {
    margin-top: 15px;
  }
}

.apps__capture__item::before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #656d73;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 50%;
  left: -10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  top: -15px;
  z-index: 1;
}

.apps__capture__item:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 15px;
  background: url(/ep/support/images/icon-arrow-right-black.svg) no-repeat center center;
  background-size: contain;
  top: 178px;
  right: -30px;
}

.apps__capture__item:last-of-type::after {
  content: none;
}

.apps__capture__img {
  height: 371px;
  overflow: hidden;
}

.apps__capture__img--long {
  height: 401px;
}

@media (max-width: 767px) {
  .apps__capture__img--long {
    height: 393px;
  }
}

.apps__capture__txt {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  color: #656d73;
  margin-top: 10px;
}

.apps__notes {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .apps__notes {
    margin-top: 25px;
  }
}

.apps__notes__item {
  font-size: 14px;
  color: #313131;
  position: relative;
  padding-left: 1em;
  font-weight: normal;
}

@media (max-width: 767px) {
  .apps__notes__item {
    font-size: 10px;
  }
}

.apps__notes__item + .apps__notes__item {
  margin-top: 5px;
}

.apps__notes__item:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

@media screen and (max-width: 1160px) {
  .apps__capture {
    min-width: 100%;
  }
}

/*---------------------------------
  swiper custom
---------------------------------*/
.apps__operation__swiper {
  position: relative;
}

.js-swiper {
  z-index: 1;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  list-style: none;
}

.apps__operation__swiper .js-swiper {
  margin-top: 30px;
  width: 298px;
  padding: 15px 42px 30px;
}

@media (max-width: 767px) {
  .apps__operation__swiper .js-swiper {
    margin-top: 15px;
  }
}

.apps__operation__swiper .swiper-wrapper {
  counter-reset: number 0;
}

.apps__operation__swiper .swiper-slide {
  position: relative;
}

.apps__operation__swiper .swiper-slide:before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #656d73;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 50%;
  left: -13px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: -14px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 26px;
  height: 29px;
  background: url(/ep/support/images/icon_arrow_right_white.svg) no-repeat center center #3e3e3e;
  background-size: 8px 14px;
  outline: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.swiper-button-next {
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-button-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotateZ(180deg);
  transform: translateY(-50%) rotateZ(180deg);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.swiper-pagination {
  bottom: 3px !important;
}

@media screen and (max-width: 320px) {
  .apps__operation__swiper .js-swiper {
    padding: 15px 14px 30px;
    width: 100%;
  }
}
