@charset 'UTF-8';
/* -------------------------------------------------------------------
font-size:(PC Default(Recommend Midium): 16px)
10px….625rem, 12px….75rem, 14px….875rem, 16px…1rem,
18px…1.125rem, 24px…1.5rem, 30px…1.875rem
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
sp layout
------------------------------------------------------------------- */
/* 共通 */
.pc-only {
  display: none;
}
.rp-btn_mobile {
  color: #fff;
  background-color: #ff008c;
  border-color: transparent;
}
.rp-btn_mobile:hover {
  color: #fff;
  background-color: #cc0059;
  border-color: transparent;
}
.rp-btn_mobile_low {
  line-height: 2em;
}
.TOPICS-common-banner-bg {
  padding: 16px;
  border-radius: 8px;
  background: #f5f5f5;
}
.TOPICS-setting-aside .TOPICS-common-banner-bg {
  margin-bottom: 24px;
}
.TOPICS-common-lastchild {
  margin-bottom: 0;
}
.TOPICS-common-sup {
  font-size: 50%;
  vertical-align: top;
}
.TOPICS-display-android {
  display: none;
}
.is-rp-os-android .TOPICS-display-android {
  display: block;
}

.TOPICS-payment-touch-body + .TOPICS-payment-touch-body {
  margin-top: 0;
}
/* scroll ===============================*/
.TOPICS-steps-content {
  max-width: 960px;
  margin: auto;
}
.is-rp-os-android .TOPICS-steps-content,
.is-rp-os-iOS .TOPICS-steps-content {
  overflow-x: scroll;
}
.is-rp-os-android  .TOPICS-steps-content::-webkit-scrollbar,
.is-rp-os-iOS .TOPICS-steps-content::-webkit-scrollbar {
  width: 10px;
}
.is-rp-os-android .TOPICS-steps-content::-webkit-scrollbar-track-piece,
.is-rp-os-iOS .TOPICS-steps-content::-webkit-scrollbar-track-piece {
  border: none;
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 0 2px #777;
}
.is-rp-os-android .TOPICS-steps-content::-webkit-scrollbar-thumb,
.is-rp-os-iOS .TOPICS-steps-content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ddd;
  box-shadow: none;
}
.TOPICS-steps-list {
  width: 800px;
  flex-direction: row;
  padding-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.TOPICS-steps-list,
.TOPICS-steps-list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.TOPICS-steps-list-item {
  position: relative;
  width: 280px;
  box-sizing: border-box;
  flex-direction: column;
  padding-right: 2rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.TOPICS-steps-list-item:after {
  display: inline-block;
  position: absolute;
  top: 40%;
  right: .5rem;
  z-index: 2;
  width: 30px;
  height: 30px;
  border: 1px solid #bf0000;
  border-bottom: none;
  border-left: none;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.TOPICS-steps-list-item.TOPICS-steps-list-item_nocaret:after {
  border-color: transparent;
}
.TOPICS-steps-list-item:last-child:after {
  display: none;
}
@media screen and (max-width:768px) {
  .TOPICS-steps-list-item {
    width: 280px;
  }
  .TOPICS-steps-list-item:after {
    right: .6em;
  }
}
.TOPICS-steps-list-item img {
  height: auto;
}
.TOPICS-steps-list-body {
  border: #ddd solid 1px;
  border-radius: 16px;
  background: #fff;
  text-align: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  overflow: hidden;
}
.TOPICS-use .TOPICS-steps-list-body {
  padding-bottom: 16px;
}
/* /scroll ===============================*/
/* カンバン */
.TOPICS-mainvisual-body {
  position: relative;
  text-align: center;
}
.TOPICS-mainvisual-body::before {
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 1;
  width: 50%;
  height: 100%;
  background: rgb(85,132,250);
  background: -moz-linear-gradient(180deg, rgba(85,132,250,1) 0%, rgba(146,86,236,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(85,132,250,1) 0%, rgba(146,86,236,1) 100%);
  background: linear-gradient(180deg, rgba(85,132,250,1) 0%, rgba(146,86,236,1) 100%);
  content: '';
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5584fa",endColorstr="#9256ec",GradientType=1);
}
.TOPICS-mainvisual-body::after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 50%;
  height: 100%;
  background: rgb(155,79,234);
  background: -moz-linear-gradient(180deg, rgba(155,79,234,1) 0%, rgba(191,52,224,1) 50%, rgba(217,83,175,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(155,79,234,1) 0%, rgba(191,52,224,1) 50%, rgba(217,83,175,1) 100%);
  background: linear-gradient(180deg, rgba(155,79,234,1) 0%, rgba(191,52,224,1) 50%, rgba(217,83,175,1) 100%);
  content: '';
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9b4fea",endColorstr="#d953af",GradientType=1);
}
.TOPICS-mainvisual-body h1 {
  position: relative;
  z-index: 2;
}
/* 楽天カードタッチ決済 */
.TOPICS-payment-touch-hd_txt {
  color: #bf0000;
  font-size: 16px;
}
.TOPICS-payment-touch-body {
  margin-top: 32px;
}
.TOPICS-payment-touch-note {
  font-size: 12px;
  text-align: left;
}
/* 目次 */
.TOPICS-nav {
  padding-top: 0;
}
.TOPICS-content-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.TOPICS-content-nav-item {
  width: 47%;
  margin-top: 2rem;
  border-bottom: 1px solid #bf0000;
  color: #bf0000;
}
.TOPICS-content-nav-item:nth-child(2n) {
  margin-left: 6%;
}
@media screen and (max-width:768px) {
  .TOPICS-content-nav-item {
    width: 100%;
  }.TOPICS-content-nav-item:nth-child(2n) {
    margin-left: 0;
  }
}
.TOPICS-content-nav-item a {
  display: block;
  position: relative;
  padding-right: 2rem;
  color: #bf0000;
  text-decoration: none;
}
.TOPICS-content-nav-item a:after {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1;
  font-family: rex-caret;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
  content: '\e900';
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.TOPICS-content-nav-item_custom a:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* バナー */
.TOPICS-banner-note {
  font-size: 12px;
}
.TOPICS-banner-note {
  margin-bottom: 0;
}
/* 楽天カードタッチ決済とは */
.TOPICS-about {
  margin-top: 24px;
}
.TOPICS-about-bg {
  padding: 24px 0;
  background: #e9dcfa;
}
.TOPICS-about-box + .TOPICS-about-box {
  margin-top: 24px;
}
.TOPICS-about-box-hd {
  border-radius: 8px 8px 0 0;
  background: rgb(124,103,241);
  background: -moz-linear-gradient(90deg, rgba(124,103,241,1) 0%, rgba(217,83,175,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(124,103,241,1) 0%, rgba(217,83,175,1) 100%);
  background: linear-gradient(90deg, rgba(124,103,241,1) 0%, rgba(217,83,175,1) 100%);
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7c67f1",endColorstr="#d953af",GradientType=1);
}
.TOPICS-about-box-body {
  padding: 16px;
  border-radius: 0 0 8px 8px;
  background: #fff;
}
.TOPICS-about-lead {
  display: inline-block;
  position: relative;
  padding: 0 .5em;
  color: #b838e3;
  font-weight: bold;
  font-size: 19px;
}
.TOPICS-about-lead::before,
.TOPICS-about-lead::after {
  position: absolute;
  width: .5em;
  height: 1.3em;
  content: '';
}
.TOPICS-about-lead::before {
  left: 0;
  background: url(../img/bg-about-lead_left.svg) no-repeat 100% 100%;
}
.TOPICS-about-lead::after {
  right: 0;
  background: url(../img/bg-about-lead_right.svg) no-repeat 100% 100%;
}
.TOPICS-about-note,
.TOPICS-about-touch-note {
  font-size: 12px;
}
.TOPICS-about-note_center {
  display: inline-block;
  text-align: center;
}
.TOPICS-about-box_border {
  padding: 16px;
  border: #c77ae0 solid 2px;
  border-radius: 8px;
}
.TOPICS-about-subttl {
  font-weight: bold;
  font-size: 18px;
}
.TOPICS-about-box_border .TOPICS-about-subttl {
  color: #b838e3;
}
.TOPICS-about-use-shop {
  align-items: center;
}
.TOPICS-about-txt {
  font-size: 14px;
}
.TOPICS-about-btn {
  width: 80%;
}
/* 設定方法 */
.TOPICS-setting-note {
  font-size: 12px;
}
.TOPICS-setting-aside-wrap {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.TOPICS-setting-aside-bg {
  padding: 24px 16px;
  border-radius: 8px;
  background: #fbf6f3;
}
.TOPICS-setting-aside-card {
  border: #bf0000 solid 1px;
  border-radius: 8px;
}
.TOPICS-setting-aside-card-hd {
  position: relative;
  margin-bottom: 0;
  padding: 8px 32px 8px 8px;
}
.TOPICS-setting-aside-card-hd:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 3%;
  width: 16px;
  height: 16px;
  content: '';
  transform: translateY(-50%);
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: contain;
  background: #bf0000;
  mask-image: url('../img/ico_rounded_plus.svg');
  -webkit-mask-image: url('../img/ico_rounded_plus.svg');
}
.is-active .TOPICS-setting-aside-card-hd:after {
  mask-image: url('../img/ico_rounded_minus.svg');
  -webkit-mask-image: url('../img/ico_rounded_minus.svg');
}
.TOPICS-setting-aside-card-body {
  display: none;
}
.is-active .TOPICS-setting-aside-card-body {
  display: block;
  padding: 16px;
  border-top: #bf0000 solid 1px;
}
.TOPICS-setting-aside-card-note {
  font-size: 14px;
}
.TOPICS-setting-aside-card-btn {
  width: 100%;
  max-width: 300px;
  margin-bottom: 8px;
  padding-right: 32px;
  padding-left: 8px;
  white-space: break-spaces;
}
@media print,screen and (max-width: 348px) {
  .is-md-disp {
    display: none;
  }
}
.TOPICS-setting-aside-img {
  width: 100%;
  max-width: 420px;
}
/* 利用方法 */
.TOPICS-use-note {
  font-size: 14px;
}
/* FAQ */
.rp-faq-body {
  border: 1px solid #e5e5e5;
  border-right: 0;
  border-left: 0;
  text-align: left;
  word-break: break-all;
}
.rp-faq-item {
  border-top: 1px solid #e5e5e5;
}
.rp-faq-item:first-of-type {
  border-top: 0;
}
.rp-faq-Q {
  cursor: pointer;
  position: relative;
  padding: 10px 0 10px 28px;
  font-weight: bold;
}
.rp-faq-Q:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 1.5em;
  height: 1em;
  color: #bf0000;
  font-size: 16px;
  content: '';
}
.rp-faq-Q:before {
  content: 'Q';
}
.rp-faq-A {
  background: #efefef;
}
.rp-faq-note {
  margin-top: 0.5em;
  font-size: 16px;
}
.rp-btn_pill {
  border-radius: 3em;
}
/* -------------------------------------------------------------------
pc layout
------------------------------------------------------------------- */
@media print,screen and (min-width: 769px) {
  /* 共通 */
  .rp-block {
    margin-top: 48px;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  .rp-hd_custom {
    font-size: 28px;
  }
  /* scroll ===============================*/
  /* /scroll ===============================*/
  /* カンバン */
  /* 楽天カードタッチ決済 */
  .TOPICS-payment-touch-hd_txt {
    font-size: 20px;
  }
  /* 目次 */
  /* バナー */
  .TOPICS-banner-note {
    font-size: 16px;
  }
  .TOPICS-setting-aside-bg {
    padding: 48px 32px;
    border-radius: 16px;
  }
  .TOPICS-setting-aside-card-txt {
    font-size: 18px;
  }
  /* 楽天カードタッチ決済とは */
  .TOPICS-about-bg {
    padding: 48px 0;
  }
  .TOPICS-about-box + .TOPICS-about-box {
    margin-top: 48px;
  }
  .TOPICS-about-box-body {
    padding: 32px;
    border-radius: 0 0 16px 16px;
  }
  .TOPICS-about-lead {
    font-size: 26px;
  }
  .TOPICS-about-box_border {
    padding: 32px;
    border: #c77ae0 solid 4px;
    border-radius: 16px;
  }
  .TOPICS-about-subttl {
    font-size: 20px;
  }
  .TOPICS-about-use-shop {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .TOPICS-about-txt {
    font-size: 18px;
  }
  .TOPICS-about-touch-note {
    font-size: 14px;
  }
  /* 設定方法 */
  /* 利用方法 */
  /* FAQ */
  .rp-faq-note {
    font-size: 18px;
  }
}
