@charset "UTF-8";
/*--- kanban ---*/
.kanban-img {
  width: 200px; }

/*--- intro ---*/
.intro__text-contents {
  line-height: 2.2;
  color: #1b1b1b; }
  .intro__text-contents--pink {
    color: #ff006e; }

.intro__index {
  background-color: #efebdd;
  position: relative;
  padding: 48px 0 44px; }
  .intro__index-header {
    text-align: center; }
    .intro__index-header-img {
      max-width: 100%; }
  .intro__index-list {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 40%;
    min-width: 520px; }
    .intro__index-list-menu {
      color: #1b1b1b;
      display: flex;
      flex-direction: column;
      width: 65%; }
      .intro__index-list-menu-item {
        padding-top: 16px;
        position: relative; }
        .intro__index-list-menu-item::before {
          content: "";
          display: block;
          background-repeat: no-repeat;
          width: 40px;
          height: 40px;
          position: absolute;
          left: 0;
          top: 12px; }
        .intro__index-list-menu-item-text {
          padding-left: 56px;
          color: #1b1b1b;
          display: flex; }
          .intro__index-list-menu-item-text::before {
            content: "";
            width: 28px;
            height: 28px;
            background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_sp/img/20221026/header_index-btn.png?v=202210141156);
            background-repeat: no-repeat;
            position: absolute;
            top: 42%;
            right: 0px;
            margin-top: -9px; }
        .intro__index-list-menu-item::after {
          content: "";
          display: block;
          border-bottom: 2px solid #9f9d97;
          padding-bottom: 16px; }
        .intro__index-list-menu-item--1::before {
          background: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/intro_indexNumber01.png?v=202210141156); }
        .intro__index-list-menu-item--2::before {
          background: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/intro_indexNumber02.png?v=202210141156); }
        .intro__index-list-menu-item--3::before {
          background: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/intro_indexNumber03.png?v=202210141156); }
        .intro__index-list-menu-item--4::before {
          background: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/intro_indexNumber04.png?v=202210141156); }
    .intro__index-list-img {
      max-width: 100%;
      margin-left: 32px; }

.intro__campaign {
  padding: 44px 0 64px;
  text-align: center; }
  .intro__campaign-header {
    margin-top: 8px; }
    .intro__campaign-header-img {
      max-width: 100%; }
  .intro__campaign-banner {
    margin-top: 32px;
    width: 100%; }
    .intro__campaign-banner-link {
      display: inline-block; }
    .intro__campaign-banner-box {
      width: 50%;
      margin: 0 auto; }
  .intro__campaign-btn {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 32px;
    font-size: 20px;
    font-weight: 600;
    border: #bf0000 2px solid;
    width: 40%;
    padding: 20px 30px;
    padding-right: 50px;
    text-decoration: none;
    border-radius: 100vh;
    color: #bf0000 !important; }
    .intro__campaign-btn::after {
      content: "";
      display: block;
      position: absolute;
      width: 12px;
      height: 12px;
      top: 28px;
      right: 120px;
      border-top: 2px solid #bf0000;
      border-right: 2px solid #bf0000;
      transform: rotate(45deg); }

/*--- start ---*/
.start {
  background-color: #f7f5ee;
  padding: 48px 0 44px;
  color: #1b1b1b; }
  .start__header {
    text-align: center; }
    .start__header-img {
      max-width: 100%; }
  .start__advice-contents {
    display: flex;
    justify-content: center; }
    .start__advice-contents--textBox {
      width: 30%;
      min-width: 440px;
      margin-top: 24px;
      padding: 2vw 4vw 2vw 2vw;
      background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_advice-bg.png?v=202210141156);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .start__advice-contents--text {
      font-size: 12px; }
    .start__advice-contents--imageBox {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      width: 10%;
      margin-top: 24px;
      margin-left: 12px; }
    .start__advice-contents--image {
      width: 100%;
      min-width: 120px; }
  .start__story {
    width: 100%;
    height: 875px;
    background-color: #ffffff;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 32px;
    padding-top: 20px;
    position: relative; }
    .start__story::before {
      position: absolute;
      display: block;
      content: "";
      background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_story-bg-woman.png?v=202210141156);
      width: 109px;
      height: 225px;
      left: 64px;
      top: 604px; }
    .start__story::after {
      position: absolute;
      display: block;
      content: "";
      background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_story-bg-old.png?v=202210141156);
      width: 160px;
      height: 202px;
      right: 20px;
      top: 532px; }
    .start__story-header {
      height: 76px;
      line-height: 76px; }
      .start__story-header--pink {
        color: #ff006e; }
      .start__story-header::after {
        position: absolute;
        display: block;
        content: "";
        background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_story-bg-pig.png?v=202210141156);
        width: 111px;
        height: 119px;
        left: 26px;
        top: 93px; }
    .start__story-main {
      display: flex;
      justify-content: space-between;
      width: calc(100% - 176px);
      margin-left: 64px; }
      .start__story-main-btn {
        display: flex;
        justify-content: space-between;
        width: calc(100% - 23px); }
        .start__story-main-btn--start {
          margin-top: 385px;
          margin-right: 45px;
          position: relative;
          width: 23px;
          padding-right: 8px; }
          .start__story-main-btn--start::before {
            position: absolute;
            display: block;
            content: "";
            background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_story-circle.png?v=202210141156);
            width: 23px;
            height: 23px;
            left: 0px;
            top: 0px; }
          .start__story-main-btn--start::after {
            position: absolute;
            display: block;
            content: "";
            background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_story-circle-text.png?v=202210141156);
            width: 79px;
            height: 18px;
            left: -25px;
            top: -32px; }
        .start__story-main-btn--body {
          margin-top: 358px;
          position: relative; }
          .start__story-main-btn--body::before {
            position: absolute;
            content: "";
            display: block;
            border-top: #c9c9c9 dotted 7px;
            width: 72px;
            top: 36px;
            left: -58px; }
          .start__story-main-btn--body--01::before {
            border-color: #73a7c5; }
          .start__story-main-btn--body--01::after {
            position: absolute;
            display: block;
            content: "";
            background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_story-01.png?v=202210141156);
            width: 190px;
            height: 238px;
            top: -236px;
            left: -50px; }
          .start__story-main-btn--body--02::after {
            position: absolute;
            display: block;
            content: "";
            background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_story-02.png?v=202210141156);
            width: 184px;
            height: 226px;
            bottom: -216px;
            left: -96px; }
          .start__story-main-btn--body--03::after {
            position: absolute;
            display: block;
            content: "";
            background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_story-03.png?v=202210141156);
            width: 257px;
            height: 237px;
            top: -236px;
            left: -83px; }
          .start__story-main-btn--body--04::after {
            position: absolute;
            display: block;
            content: "";
            background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_story-04.png?v=202210141156);
            width: 184px;
            height: 246px;
            bottom: -236px;
            left: -112px; }
          .start__story-main-btn--body--05::after {
            position: absolute;
            display: block;
            content: "";
            background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_story-05.png?v=202210141156);
            width: 192px;
            height: 243px;
            top: -238px;
            left: -64px; }
        .start__story-main-btn--clickBody {
          display: inline-block;
          background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_story-btn-before.png?v=202210141156);
          background-repeat: no-repeat;
          height: 75px;
          width: 90px;
          cursor: pointer; }
          .start__story-main-btn--clickBody:hover {
            opacity: 0.8; }
        .start__story-main-btn--colorChange {
          position: relative; }
          .start__story-main-btn--colorChange::before {
            position: absolute;
            content: "";
            display: block;
            border-top: #73a7c5 dotted 7px;
            width: 72px;
            top: 36px;
            left: -58px; }
        .start__story-main-btn--end {
          position: relative; }
          .start__story-main-btn--end::before {
            position: absolute;
            content: "";
            display: block;
            background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_story-arrow.png?v=202210141156);
            height: 40px;
            width: 23px;
            bottom: 22px;
            right: -68px; }
          .start__story-main-btn--end::after {
            position: absolute;
            content: "";
            display: block;
            border-top: #c9c9c9 dotted 7px;
            width: 48px;
            bottom: 38px;
            right: -48px; }
          .start__story-main-btn--end--colorChange::before {
            position: absolute;
            content: "";
            display: block;
            background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_story-arrow-after.png?v=202210141156);
            height: 40px;
            width: 23px;
            bottom: 22px;
            right: -68px; }
          .start__story-main-btn--end--colorChange::after {
            position: absolute;
            content: "";
            display: block;
            border-top: #73a7c5 dotted 7px;
            width: 48px;
            bottom: 38px;
            right: -48px; }
        .start__story-main-btn--afterBody {
          background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_story-btn-after.png?v=202210141156);
          height: 75px;
          background-position: center right 4px;
          cursor: auto;
          -webkit-animation: fadeIn 0.5s ease-in 0s forwards;
                  animation: fadeIn 0.5s ease-in 0s forwards; }
          .start__story-main-btn--afterBody:hover {
            opacity: 1.0; }
          .start__story-main-btn--afterBody::before {
            top: 36px; }
        .start__story-main-btn--bgChange--02::after {
          background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_story-02-after.png?v=202210141156);
          -webkit-animation: fadeIn 1.0s ease-in 0s forwards;
                  animation: fadeIn 1.0s ease-in 0s forwards;
          width: 180px;
          height: 224px; }
        .start__story-main-btn--bgChange--03::after {
          background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_story-03-after.png?v=202210141156);
          -webkit-animation: fadeIn 1.0s ease-in 0s forwards;
                  animation: fadeIn 1.0s ease-in 0s forwards; }
        .start__story-main-btn--bgChange--04::after {
          background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_story-04-after.png?v=202210141156);
          -webkit-animation: fadeIn 1.0s ease-in 0s forwards;
                  animation: fadeIn 1.0s ease-in 0s forwards;
          width: 180px;
          height: 246px; }
        .start__story-main-btn--bgChange--05::after {
          background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_story-05-after.png?v=202210141156);
          -webkit-animation: fadeIn 1.0s ease-in 0s forwards;
                  animation: fadeIn 1.0s ease-in 0s forwards;
          width: 192px;
          height: 240px; }
        .start__story-main-btn--noclick {
          background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_story-btn-after.png?v=202210141156);
          background-position: center right 4px;
          width: 75px;
          height: 75px;
          margin: 0;
          pointer-events: none;
          cursor: auto;
          margin-left: 20px; }
          .start__story-main-btn--noclick:hover {
            opacity: 1.0; }
    .start__story-comment {
      position: absolute;
      display: none;
      transition: all 10s ease;
      opacity: 0;
      -webkit-animation: fadeIn 1.0s ease-in 0s forwards;
              animation: fadeIn 1.0s ease-in 0s forwards; }
      .start__story-comment-02 {
        top: 300px;
        left: -90px; }
      .start__story-comment-add {
        display: block; }
      .start__story-comment-03 {
        bottom: 316px;
        left: -100px; }
      .start__story-comment-04 {
        top: 316px;
        left: -140px; }
      .start__story-comment-05 {
        bottom: 324px;
        left: -68px; }
  .start__btn {
    width: 960px;
    margin: 0 auto; }
    .start__btn-main {
      position: relative;
      display: flex;
      justify-content: center;
      margin: 0 auto;
      margin-top: 32px;
      font-size: 20px;
      background-color: #5689a8;
      font-weight: 600;
      width: 40%;
      padding: 20px 30px;
      padding-right: 50px;
      border-radius: 100vh;
      box-shadow: 2px 5px 0px rgba(77, 77, 77, 0.3);
      color: #ffffff !important; }
      .start__btn-main::after {
        content: "";
        display: block;
        position: absolute;
        background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/btn_white-arrow-big.png?v=202210141156);
        background-size: 100% 100%;
        width: 19px;
        height: 13px;
        top: 30px;
        right: 120px; }

/*--- plan ---*/
.plan {
  background-color: #efebdd;
  padding: 48px 0 64px;
  color: #1b1b1b; }
  .plan__header {
    text-align: center; }
    .plan__header-img {
      max-width: 100%; }
  .plan__advice-contents {
    display: flex;
    justify-content: center; }
    .plan__advice-contents--textBox {
      width: 30%;
      min-width: 440px;
      margin-top: 24px;
      padding: 2vw 4vw 2vw 2vw;
      background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/start_advice-bg.png?v=202210141156);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .plan__advice-contents--text {
      font-size: 12px; }
    .plan__advice-contents--imageBox {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      width: 10%;
      margin-top: 24px;
      margin-left: 12px; }
    .plan__advice-contents--image {
      width: 100%;
      min-width: 120px; }
  .plan__step {
    margin-top: 64px; }
    .plan__step-list {
      display: flex;
      justify-content: space-between;
      width: 60%;
      min-width: 960px;
      margin: 0 auto; }
      .plan__step-list-item {
        width: calc((100% / 4) - 24px);
        border-radius: 20px;
        background-color: #ffffff;
        padding-bottom: 20px;
        position: relative; }
        .plan__step-list-item:nth-child(1)::before {
          content: "＼まずはここから！／";
          position: absolute;
          font-weight: 600;
          color: #ff006e;
          font-size: 18px;
          top: -36px;
          width: 216px;
          text-align: center;
          display: flex;
          justify-content: center; }
        .plan__step-list-item:nth-child(2)::before {
          content: "＼ステップ①ができた方は／";
          position: absolute;
          font-weight: 600;
          color: #ff006e;
          font-size: 18px;
          top: -36px;
          width: 240px;
          text-align: center;
          display: flex;
          justify-content: center;
          left: -2%;
          transform: translateX(-2%); }
        .plan__step-list-item:last-child::after {
          display: none; }
        .plan__step-list-item::after {
          content: "";
          display: block;
          position: absolute;
          background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/pink-arrow.png?v=202210141156);
          width: 14px;
          height: 44px;
          bottom: 50%;
          transform: translateY(50%);
          right: -24px; }
        .plan__step-list-item--ttl {
          display: flex;
          flex-direction: column;
          text-align: center;
          color: #ffffff;
          font-weight: 600;
          background-color: #e67caa;
          border-radius: 20px 20px 0px 0px;
          padding-top: 20px; }
          .plan__step-list-item--ttl-number {
            display: flex;
            flex-direction: column;
            justify-content: center; }
          .plan__step-list-item--ttl-text {
            vertical-align: middle;
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin-top: -2px;
            height: 72px;
            margin-top: -24px;
            font-size: 22px; }
        .plan__step-list-item--detail {
          font-size: 16px;
          text-align: left;
          width: 192px;
          height: 120px;
          margin: 0 auto;
          padding-top: 16px; }
        .plan__step-list-item--example {
          width: 188px;
          margin: 0 auto;
          margin-top: 4px; }
          .plan__step-list-item--example-color--pink {
            color: #e67caa; }
          .plan__step-list-item--example-color--red {
            color: #ff006e; }
    .plan__step-attention {
      color: #7d7d7d;
      margin-top: 12px; }

/*--- saving ---*/
.saving {
  background-color: #f7f5ee;
  padding: 56px 0 64px;
  color: #1b1b1b; }
  .saving__header {
    text-align: center; }
    .saving__header-img {
      max-width: 100%; }
  .saving__index-header {
    color: #ffffff;
    font-size: 22px;
    padding: 12px 0px;
    background-color: #f6ab41;
    border-radius: 100vh;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    width: 90%;
    min-width: 844px; }
  .saving__index-text {
    line-height: 1.8;
    margin-top: 24px; }
    .saving__index-text--pink {
      color: #ff006e;
      font-weight: 600; }
  .saving__contents {
    width: 964px;
    margin: 0 auto; }
    .saving__contents-block {
      background-color: #ffffff;
      border-radius: 20px;
      padding-top: 40px;
      padding-bottom: 48px;
      margin-top: 32px; }
    .saving__contents-header {
      color: #ffffff;
      font-size: 22px;
      padding: 12px 0px;
      background-color: #f6ab41;
      border-radius: 100vh;
      text-align: center;
      font-weight: 600;
      margin: 0 auto;
      width: 90%;
      min-width: 844px; }
  .saving__advice {
    display: flex;
    justify-content: center; }
    .saving__advice--comment {
      width: 464px;
      padding: 52px 48px 40px 32px;
      margin-top: 20px;
      background-repeat: no-repeat;
      background-position-y: 8px; }
      .saving__advice--comment-01 {
        background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/saving_advice-bg01.png?v=202210141156); }
      .saving__advice--comment-02 {
        background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/saving_advice-bg02.png?v=202210141156);
        background-position: 8px;
        background-position-x: 0px;
        margin-top: 0px;
        padding-top: 40px; }
      .saving__advice--comment-03 {
        background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/saving_advice-bg03.png?v=202210141156);
        background-position-y: 24px;
        margin-top: 0px;
        padding-bottom: 0px; }
    .saving__advice--img {
      height: 316px;
      margin-top: -36px; }
  .saving__make {
    border: #f6ab41 solid 2px;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 24px;
    width: 88%;
    padding-top: 44px;
    padding-bottom: 44px;
    position: relative; }
    .saving__make::after {
      content: "";
      position: absolute;
      display: block;
      background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/orange-arrow.png?v=202210141156);
      width: 100px;
      height: 30px;
      right: 50%;
      transform: translateX(50%);
      bottom: -60px; }
    .saving__make--ttl {
      padding-left: 88px;
      position: relative;
      color: #f6ab41; }
      .saving__make--ttl::before {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/checkMark-orange.png?v=202210141156);
        top: -4px;
        left: 24px; }
    .saving__make--btn {
      position: relative;
      display: inline-block; }
      .saving__make--btn::before {
        content: "";
        display: block;
        position: absolute;
        background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/saving_btn-sub.png?v=202210141156);
        width: 125px;
        height: 125px;
        left: -52px;
        top: 28px; }
      .saving__make--btn-img {
        margin-top: 56px; }
    .saving__make--text {
      line-height: 2;
      margin-left: 28px;
      margin-top: 24px; }
    .saving__make-r {
      background-color: #fffbd1;
      border: 2px solid #f68941;
      margin-top: 80px; }
      .saving__make-r-detail {
        background-color: #ffffff;
        border-radius: 20px;
        margin: 32px 24px;
        margin-bottom: 0px; }
        .saving__make-r-detail--ttl {
          color: #f68941;
          padding-top: 32px;
          padding-left: 24px; }
      .saving__make-r::after {
        display: none; }
      .saving__make-r--ttl {
        padding-left: 88px;
        position: relative;
        color: #bf0000; }
        .saving__make-r--ttl::before {
          background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/checkMark-red.png?v=202210141156); }
      .saving__make-r--text {
        padding-bottom: 20px; }
  .saving__way {
    display: flex;
    justify-content: space-between;
    width: 88%;
    margin: 0 auto;
    margin-top: 16px;
    position: relative; }
    .saving__way::after {
      content: "";
      position: absolute;
      display: block;
      background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/orange-arrow.png?v=202210141156);
      width: 100px;
      height: 30px;
      bottom: -52px;
      right: 50%;
      transform: translateX(50%); }
    .saving__way-box {
      width: calc((100% / 2) - 24px);
      border: #f6ab41 solid 2px;
      border-radius: 20px; }
      .saving__way-box-ttl {
        padding-top: 80px;
        padding-left: 84px;
        color: #f6ab41;
        position: relative; }
        .saving__way-box-ttl--nisa::after {
          content: "＼少額から始めたい方へ／";
          position: absolute;
          display: block;
          color: #ff006e;
          font-size: 18px;
          top: 32px;
          left: 100px; }
        .saving__way-box-ttl--ideco::after {
          content: "＼老後に備えたい方へ／";
          position: absolute;
          display: block;
          color: #ff006e;
          font-size: 18px;
          top: 32px;
          left: 116px; }
        .saving__way-box-ttl::before {
          content: "";
          display: block;
          position: absolute;
          width: 40px;
          height: 40px;
          background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/checkMark-orange.png?v=202210141156);
          bottom: -4px;
          left: 24px; }
      .saving__way-box-list {
        width: 90%;
        margin: 0 auto;
        margin-top: 24px;
        padding-bottom: 20px; }
  .saving__btn {
    margin: 0 auto;
    width: 864px; }
    .saving__btn-text {
      color: #ffffff !important;
      margin: 0 auto;
      position: relative;
      display: flex;
      justify-content: center;
      padding: 20px 0px;
      padding-right: 30px;
      background-color: #f68941;
      border-radius: 100vh;
      width: 50%;
      box-shadow: 8px 6px 0px rgba(77, 77, 77, 0.3); }
      .saving__btn-text::after {
        content: "";
        display: block;
        position: absolute;
        background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/btn_white-arrow.png?v=202210141156);
        background-size: 100% 100%;
        width: 20px;
        height: 12px;
        top: 44%;
        right: 18%; }
  .saving__operation--btn-img {
    /* margin-top: 32px; } */
    margin-top: 56px; }
  .saving__operation--btn::before {
    /* background-image: none;} */
    background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20230203/saving_btn-sub_20230203.png);}
  .saving__review--btn {
    width: 50% -24px; }
    .saving__review--btn-img {
      margin-top: 32px; }
    .saving__review--btn::before {
      display: none; }
  .saving__review-link {
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }

.orange-point-design {
  position: relative;
  margin-left: 24px;
  margin-bottom: 20px; }
  .orange-point-design::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #f6ab41;
    border-radius: 50%;
    left: -20px;
    top: 14px; }
  .orange-point-design-up::before {
    top: 8px; }

/*--- point ---*/
.point {
  background-color: #efebdd;
  padding: 48px 0 64px;
  color: #1b1b1b; }
  .point__header {
    text-align: center; }
    .point__header-img {
      max-width: 100%; }
  .point__illustration {
    background-color: #ffffff;
    border-radius: 20px;
    width: 964px;
    margin: 0 auto;
    margin-top: 32px;
    position: relative;
    padding-bottom: 40px; }
    .point__illustration::after {
      content: "";
      display: block;
      position: absolute;
      background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/point_illustration-bg.png?v=202210141156);
      top: 52px;
      right: 56px;
      width: 269px;
      height: 452px; }
    .point__illustration-text {
      margin-left: 108px;
      width: 80%;
      color: #7d7d7d;
      line-height: 18px;
      position: relative; }
    .point__illustration--main {
      margin: 40px;
      margin-bottom: 0px; }
  .point__pay {
    margin: 0 auto;
    margin-top: 36px;
    background-color: #ffffff;
    border-radius: 20px;
    width: 964px;
    padding-bottom: 40px; }
    .point__pay-ttl {
      background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/point_pay-bg.png?v=202210141156);
      background-repeat: no-repeat;
      padding-top: 56px;
      padding-bottom: 24px;
      color: #ffffff;
      background-position: center top 40px; }
      .point__pay-ttl--yellow {
        color: #fff9ae; }
    .point__pay-link {
      display: inline-block; }
    .point__pay-text {
      margin-left: 108px;
      width: 80%; }
      .point__pay-text-item {
        margin-bottom: 16px;
        position: relative;
        margin-left: 20px; }
        .point__pay-text-item--mark {
          vertical-align: text-top;
          margin-left: 2px; }
        .point__pay-text-item::before {
          content: "";
          display: block;
          position: absolute;
          width: 6.4px;
          height: 6.4px;
          background-color: #6bb67d;
          border-radius: 50%;
          left: -20px;
          top: 10px; }
    .point__pay-subText {
      color: #7d7d7d; }

/*--- profile ---*/
.profile {
  padding: 60px 0 56px;
  color: #1b1b1b; }
  .profile__header {
    display: flex;
    justify-content: center; }
    .profile__header--image-name {
      width: 90%; }
    .profile__header--image-woman {
      width: 70%;
      margin-left: 64px; }
  .profile__text {
    line-height: 1.55;
    min-width: 600px;
    width: 60%;
    margin: 0 auto;
    margin-top: 32px; }

/*--- article ---*/
.article {
  background-color: #efebdd;
  padding: 48px 0 64px;
  color: #1b1b1b; }
  .article__header {
    text-align: center; }
    .article__header-img {
      max-width: 100%; }
  .article__banner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; }
    .article__banner-link:hover {
      opacity: 0.9; }
    .article__banner-link:nth-of-type(n+3) {
      margin-top: 32px; }

.rb-banner {
  border-radius: 24px;
  overflow: hidden; }

/*--- register ---*/
.register {
  padding: 48px 0 64px;
  color: #1b1b1b; }
  .register__header {
    text-align: center; }
    .register__header-img {
      max-width: 100%; }
  .register__btn {
    width: 960px;
    margin: 0 auto;
    position: relative; }
    .register__btn::before {
      position: absolute;
      display: inline;
      content: "＼30秒でカンタン登録／";
      font-size: 26px;
      font-weight: 600;
      color: #ef9a07;
      top: -48px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
    .register__btn-text {
      display: flex;
      justify-content: center;
      margin: 0 auto;
      font-size: 22px;
      background-color: #fa8888;
      font-weight: 600;
      width: 65%;
      padding: 28px 0px 24px 0px;
      border-radius: 100vh;
      box-shadow: 2px 5px 0px rgba(77, 77, 77, 0.3);
      color: #ffffff !important; }
  .register-banner {
    display: inline-block; }
  .register-banner img {
    box-shadow: 0px 10px 10px -6px rgba(0, 30, 50, 0.30);
  }

/*--- share ---*/
.share{
  text-align: center;
  padding: 48px 0 64px;
}
.share h2{
  font-size: 26px;
  font-weight: 600;
  color: #ef9a07;
}


/*--- btn:hover ---*/
a:hover {
  opacity: 0.8; }

/*--- link ---*/
.link__under:hover {
  text-decoration: underline !important; }

/*--- 追従ヘッダー ---*/
.rn-floatingNavi.-floating .rn-floatingNavi__menu {
  position: fixed;
  top: 0;
  inset: 0;
  margin: 0 auto; }

.rn-floatingNavi {
  display: flex;
  justify-content: center;
  height: 104px; }
  .rn-floatingNavi__menu {
    width: 1024px;
    height: 104px; }
  .rn-floatingNavi__menuContainer {
    height: 104px;
    margin: 0 !important;
    width: 1024px; }
  .rn-floatingNavi__menuList {
    margin: 0 auto; }
  .rn-floatingNavi__menuItem {
    align-items: baseline;
    position: relative;
    width: calc(1024px / 4); }
    .rn-floatingNavi__menuItem::after {
      content: "";
      display: inline-block;
      position: absolute;
      width: 1px;
      height: 104px;
      background-color: #c9c9c9;
      top: 0px;
      right: 0px;
      z-index: 1; }
    .rn-floatingNavi__menuItem:last-child::after {
      display: none; }
  .rn-floatingNavi__menuText {
    color: #1b1b1b;
    width: calc(1024px / 4);
    padding: 0 !important;
    display: flex;
    justify-content: center;
    height: auto; }

.rn-floatingNavi__menuItem.-arrowDown::before {
  bottom: 16px;
  font-size: 20px;
  color: #c9c9c9; }

.orange {
  display: block;
  color: #f6ab41;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-top: -20px; }

.navi-mark::before {
  position: absolute;
  content: "";
  display: block;
  width: 256px;
  height: 8px;
  background-color: #efefef;
  top: 0px;
  z-index: 0; }

.floatHeader-click-orange::before {
  background-color: #f6ab41; }

.bottomArrow {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .bottomArrow::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20221026/floating-header-arrow.png?v=202210141156);
    width: 20px;
    height: 12px;
    border-left: 0;
    border-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 12px; }

/*--- アニメーション ---*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  1% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  1% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*ネガティブマージン*/
.ru-mt--72 {
  padding-top: 72px;
  margin-top: -72px; }

.ru-mt--154 {
  padding-top: 154px;
  margin-top: -154px; }


/*--- 固定バナー ---*/
.fixedBanner {
  box-shadow: 11px 0px 40px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  display: flex;
  position: fixed;
  bottom: 32px;
  /* left: -332px; */
  transition: .4s;
  z-index: 50;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; }
  
  .fixedBanner__bnr1{
    left: -182px;
  }
  .fixedBanner__bnr2{
    left: -332px;
  }

  .fixedBanner.-showed {
    left: 0; }
  .fixedBanner__inner {
    background: #ffffff;
    padding: 12px; }
    .fixedBanner__inner a:hover {
      opacity: 0.7; }
  .fixedBanner__buttonWrap {
    background: #ffffff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }
  .fixedBanner__button {
    position: relative;
    background: #c00000;
    border: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    outline: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    padding: 33px 12px 50px;
    width: 40px; }
    .fixedBanner__button span {
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; }
    .fixedBanner__button:hover {
      opacity: 0.7; }
    .fixedBanner__button::after {
      content: '';
      display: inline-block;
      position: absolute;
      background: url(https://r.r10s.jp/evt/event/family/r-service/fintech/_pc/img/20230203/fixedBanner_arrow.png) center/cover;
      width: 17px;
      height: 12px;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%) rotate(180deg); }
      .fixedBanner.-showed .fixedBanner__button::after {
        transform: translateX(-50%) rotate(0); }

