.p-svc3701-caption {
  font-size: 12px;
  color: #666666;
  margin-left: 5px;
  font-weight: 400;
}

.p-svc3701_slides {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-svc3701_swipercontainer {
  max-width: 180px;
}

.p-svc3701_next,
.p-svc3701_prev {
  display: block;
  width: 28px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.p-svc3701_next:focus,
.p-svc3701_prev:focus,
.m-herocarousel_bullet:focus {
  outline: none !important;
}

.p-svc3701_pagination {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.p-svc3701-swiper-container,
.p-svc3701-image-container {
  max-width: 488px;
  margin: 0 auto;
}

.p-svc3701-image-container {
  display: flex;
  justify-content: space-between;
}

.p-svc3701-image-container>.a-image {
  max-width: 180px;
}

.swiper-button-disabled {
  visibility: hidden;
}

.p-svc3701-downloadcontainer {
  display: flex;
  justify-content: space-between;
  max-width: 654px;
  margin: 0 auto;
}

.p-svc3701-qr {
  width: 110px;
}

.p-svc3701-appstore {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 166px;
}

.p-svc3701-googleplay {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 205px;
}

.p-svc3701_waonpointlogo {
  max-width: 180px;
  margin: 0 auto;
}
.p-svc-3701_table_pc table th,
.p-svc-3701_table_pc table td{
  padding: 16px 8px;
}
.p-svc-3701_table_pc table th{
  text-align: left;
}
.m-table table{
  margin-bottom: 20px;
}
@media (min-width:769px){
  .pc-none{
    display:none;
  }
  .m-table table{
    table-layout: auto;
  }
  .m-table td,.m-table th{
    white-space: nowrap;
    width: 1%;
  }
  .m-table th,.m-table td{
    vertical-align: top;
  }
}
@media (max-width:768px) {
  .o-section-mv {
    width: 100vw;
    margin-left: -16px;
  }

  .p-svc3701-image-container {
    flex-direction: column;
    align-items: center;
  }

  .p-svc3701-downloadcontainer {
    max-width: 292px;
  }

  .p-svc3701-appstore {
    width: 122px;
  }

  .p-svc3701-googleplay {
    width: 150px;
  }
  .sp-none{
    display:none;
  }
}