@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
----------------------------------------------- */
/*非活性ボタン*/
span.rp-btn, span.rp-btn:hover {
  background: #CACACA;
  border: none;
}
/* ページ内スクロールボタン */
.rp-btn_scroll, .rp-btn_next {
  padding: 10px 40px;
  font-size: 20px;
}
.rp-btn_scroll:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: .6rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1;
  margin-top: -.58333rem;
  font-family: rex-caret;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
  content: '\e900';
  transform: rotate(90deg);
}
@media print, screen and (max-width: 768px) {
  .rp-btn_scroll, .rp-btn_next {
    padding: 10px 0;
    font-size: 16px;
    width: 90%;
    max-width: 360px;
  }
}
@media print, screen and (max-width: 374px) {
  .rp-btn_scroll, .rp-btn_next, .BIZCP-document-link {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 320px) {
  .rp-btn_scroll, .rp-btn_next, .BIZCP-document-link {
    font-size: 12px;
  }
}
/* 共通ヘッダー */
.rp-biz-header-nav-utility {
  position: absolute;
  top: 10px;
  right: 10px;
}
.rp-biz-header-nav-utility-btn {
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.2;
  padding: 8px 12px 7px;
  border: 1px solid #9c9c9c;
  border-radius: 2px;
  background: #fff;
  color: #4d4d4d;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
}
/* メインビジュアル */
.BIZCP-main-hero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 420px;
  flex-direction: column;
  background-color: #BF1800;
  background-repeat: no-repeat;
  background-position: right 0 bottom 55%;
  background-size: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.BIZCP-main-hero-kessai {
  min-height: 428px;
}
@media screen and (max-width: 768px) {
  .BIZCP-main-hero {
    min-height: inherit;
  }
}
/* ページTOPボタン */
@media screen and (max-width: 768px) {
  .rp-area-util_top {
    right: .5rem;
    bottom: .5rem;
  }
}
/* -----------------------------------------------
pc layout
----------------------------------------------- */
@media print, screen and (min-width: 769px) {
  /* ページ内スクロールボタン */
  .rp-btn_scroll, .rp-btn_next {
    padding: 20px 100px;
  }
  /* 共通ヘッダー */
  .rp-biz-header-nav-utility {
    top: 16px;
  }
  .rp-biz-header-nav-utility-btn {
    min-width: 13em;
    transition: background-color .2s ease-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }
  .rp-biz-header-nav-utility-btn:hover {
    background: #9c9c9c;
    color: #fff;
  }
  /* メインビジュアル */
  .BIZCP-main-hero {
    background-position: 50% 0;
    background-size: auto 100%;
  }
}
/* -------------------------------------------------------------------
キャンペーン固有
------------------------------------------------------------------- */
/* -----------------------------------------------
sp layout
----------------------------------------------- */
/* 共通 */
.BIZCP-section, .rp-section ~ .rp-section_divide {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .rp-section ~ .rp-section_divide {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.BIZCP-section .rp-block {
  margin-right: 16px;
  margin-left: 16px;
}
.BIZCP-section .cp-sp-left {
  text-align: left;
}
.BIZCP-section .cp-note {
  color: #686868;
  font-size: .75rem;
}
.BIZCP-pc {
  display: none;
}
/* メインビジュアル */
/* メインビジュアル上コメント */
.BIZCP-main-comment {
  padding: 32px 24px;
  background: #F6F6F6;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.BIZCP-main-comment p {
  margin: 0;
}
.BIZCP-main-comment .BIZCP-main-comment-ttl {
  margin: 0 0 24px;
  font-size: 200%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .BIZCP-main-comment {
    text-align: left;
  }
  .BIZCP-main-comment .BIZCP-main-comment-ttl {
    font-size: 150%;
    text-align: center;
  }
}
.BIZCP-document-link {
  color: #000000;
}
/* リード文 */
.BIZCP-Lead .cp-text {
  margin-bottom: 10px;
}
.BIZCP-benefits .rp-block.BIZCP-Lead-block {
  margin-top: 0;
}
.rp-section_divide .BIZCP-commission {
  margin-top: 0;
}
/* アプリ決済手数料を全額キャッシュバック */
.BIZCP-commission {
  margin-top: 40px;
}
.BIZCP-commission .rp-block.BIZCP-commission-image {
  margin-bottom: 40px;
}
.BIZCP-Lead .BIZCP-commission-read {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.BIZCP-commission-mobile-image {
  margin: 30px 0 0;
}
.BIZCP-commission-read-note {
  color: #222222;
}
.BIZCP-commission .rp-block {
  margin-top: 36px;
}
.BIZCP-commission .rp-block.BIZCP-commission-block {
  margin-top: 0;
}
.BIZCP-commission-list {
  color: #686868;
  margin-top: 20px;
}
/* 今なら2万円相当のカードリーダープレゼント！ */
.BIZCP-benefits .rp-block {
  margin-top: 36px;
}
.BIZCP-benefits-list {
  color: #686868;
}
.BIZCP-commission-free-title {
  max-width: 700px;
}
/* 楽天ペイが選ばれる理由 */
.BIZCP-Reason h3 {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  margin: 40px auto 20px;
}
.BIZCP-Reason h4 {
  color: #BF0000;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
}
.BIZCP-Reason .pt01, .BIZCP-Reason .pt02, .BIZCP-Reason .pt03, .BIZCP-Reason .pt04 {
  margin-top: 40px;
}
.BIZCP-Reason .wrapper .pt01 div:first-child, .BIZCP-Reason .wrapper .pt02 div:first-child, .BIZCP-Reason .wrapper .pt03 div:first-child {
  margin-right: 56px;
  margin-left: 56px;
}
.BIZCP-limited-note-list {
  font-size: 14px;
}
/* お申し込みの流れ */
.BIZCP_card_reader {
  max-width: 600px;
  width: 100%;
}
.BIZCP-Flow h3 {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  margin: 40px auto;
}
.BIZCP-flow-point {
  font-size: 24px;
  text-align: center;
  margin: 0 15px 0 0;
  border-radius: 30px;
  color: #fff;
  vertical-align: text-bottom;
  background: #BF0000;
  padding: 0 15px 0 15px;
  height: 30px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.BIZCP-Flow .BIZCP-flow-application {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.BIZCP-flow-application .rp-hd_3 {
  text-align: left;
  margin: 5px 0 0 0;
  font-weight: 600;
}
.BIZCP-flow-text {
  font-size: 16px;
  display: block;
  margin: 10px 0 0 0;
  font-weight: normal;
}
.BIZCP-flow-arrow {
  padding-bottom: 20px;
  border-bottom: 1px solid #BABABA;
}
.BIZCP-flow-arrow + p + .BIZCP-flow-arrow {
  border-bottom: none;
}
.BIZCP-flow-arrow-title {
  font-size: 1.5rem;
  display: block;
  margin: 20px 0 10px;
  font-weight: bold;
}
/* お申し込みはこちらから */
#apply-credit, #apply-payment {
  margin-top: 40px;
}
.BIZCP-Apply.rp-block {
  margin-right: 0;
  margin-left: 0;
}
.BIZCP-Apply .rp-hd {
  margin-top: 60px;
  font-size: 1.5rem;
  font-weight: bold;
}
.BIZCP-Apply-lead {
  margin-bottom: 40px;
}
.BIZCP-Apply-detail-lead {
  margin-top: 40px;
}
.BIZCP-Apply-detail-hd {
  margin-bottom: 56px;
}
.BIZCP-Apply .wrapper {
  padding: 16px;
  border-radius: 6px;
  background: #f7f7f7;
}
.BIZCP-Apply .wrapper > div + div {
  margin-top: 16px;
  padding-top: 16px;
  border-top: #e6e6e6 solid 1px;
}
.BIZCP-Apply .wrapper > div + .BIZCP-list-no-border {
  margin-top: 16px;
  padding-top: 16px;
  border: none;
}
.BIZCP-Apply .wrapper ul {
  font-size: .875rem;
}
.BIZCP-Apply-text {
  font-size: 14px;
}
/* FAQ */
.rp-faq-body {
  border: #e5e5e5 solid 1px;
  border-right: 0;
  border-left: 0;
  font-size: .875rem;
  text-align: left;
  word-break: break-all;
}
.rp-faq-item {
  border-top: #e5e5e5 solid 1px;
}
.rp-faq-item:first-of-type {
  border-top: 0;
}
.rp-faq-Q {
  cursor: pointer;
  position: relative;
  padding: 10px 0 10px 28px;
}
.rp-faq-Q:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 1.5em;
  height: 1em;
  color: #bf0000;
  font-weight: bold;
  font-size: 16px;
  content: 'Q';
}
.rp-faq-A {
  display: none;
}
.rp-faq-item.is-active .rp-faq-A {
  display: block;
  margin-bottom: 8px;
  padding: 16px;
  background: #efefef;
}
.BIZCP-list_title {
  margin-bottom: .5em;
  font-size: 14px;
}
@media print, screen and (max-width: 768px) {
  .BIZCP-commission .rp-block.BIZCP-commission-image {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .BIZCP-Reason h3 {
    font-size: 1rem;
  }
  .BIZCP-flow-arrow-title {
    font-size: 1.2rem;
  }
}
/* -----------------------------------------------
pc layout
----------------------------------------------- */
@media print, screen and (min-width: 769px) {
  /* 共通 */
  .BIZCP-pc {
    display: block;
  }
  .BIZCP-sp {
    display: none;
  }
  .rp-hd_2 {
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 2rem;
  }
  .rp-hd_2 + .rp-block {
    margin-top: 56px;
  }
  .rp-block_lg {
    margin-top: 3.5rem;
  }
  .BIZCP-section, .rp-section ~ .rp-section_divide {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .BIZCP-section .cp-sp-left {
    text-align: center;
  }
  .BIZCP-commission .cp-sp-left {
    text-align: left;
  }
  .BIZCP-benefits .cp-sp-left {
    text-align: left;
  }
  .BIZCP-section > *, .BIZCP-section .rp-block {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  /* メインビジュアル */
  .BIZCP-main-hero {
    background-image: url(../img/kanban_pc.png?v=20210824);
  }
  .BIZCP-main-hero-kessai {
    background-image: url(../img/kanban_kessai.png?v=20210330);
  }
  .BIZCP-commission {
    margin-top: 56px;
  }
  .BIZCP-benefits {
    margin-top: 0;
  }
  /* 楽天ペイが選ばれる理由 */
  .BIZCP-Reason .rp-sp + .rp-block {
    margin-top: 0;
  }
  .BIZCP-Reason .wrapper {
    max-width: 798px;
    margin-top: 56px;
  }
  .BIZCP-Reason .wrapper:after {
    display: block;
    clear: both;
    content: '';
  }
  .BIZCP-Reason .wrapper .pt01, .BIZCP-Reason .wrapper .pt02, .BIZCP-Reason .wrapper .pt03 {
    float: left;
    width: 246px;
    margin-top: 0;
  }
  .BIZCP-Reason .wrapper .pt02, .BIZCP-Reason .wrapper .pt03 {
    margin-left: 30px;
  }
  .BIZCP-Reason .wrapper h3 {
    text-align: center;
  }
  .BIZCP-Reason .wrapper .pt01 div:first-child, .BIZCP-Reason .wrapper .pt02 div:first-child, .BIZCP-Reason .wrapper .pt03 div:first-child {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
  /* お申し込みの流れ */
  .BIZCP-flow-point {
    padding: 0 20px 0 20px;
    height: 40px;
    width: 40px;
  }
}
