@charset "utf-8";

span.fs {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  span.fspc {
    display: inline-block;
  }
}

figure {
  margin: 0;
}
body{
  overflow-x: hidden;/*100vwを使った際に出る横スクロール発生を阻止*/
}
.is-none {
  display: none;
}
.remark {
  font-size: 1rem;
  vertical-align: top;
}
.txt-space{
  margin-left: 1em;
}
.is-active {
  display: block;
}
.click-none{
  pointer-events: none;
}

.fix-width {
  width: 100vw;
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.sp-fix-width{
  width: calc(100% + 48px);
  margin-right: -24px;
  margin-left: -24px;
}
@media screen and (min-width:768px) {
  .sp-fix-width{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

/* renewal */
img {
  height: auto;
}
th {
  font-weight: bold;
}
.page-content__sidenone--campaign{
  margin-top: 0;
}
.page-main__wrapper{
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding:0 24px
}
@media screen and (min-width:768px) {
  .page-main__wrapper{
    padding:0;
  }
}
.page-main__item {
  padding-top: 96px;
}

.page-main__bg-gray {
  margin-top: 96px;
  padding: 64px 0;
  background-color: #f7f7f7;
}
.page-main__info {
  padding: 32px 0 0;
}
 a {
  text-decoration: none;
  color: #3895ff;
}
 a:hover {
  text-decoration: underline;
}
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
 .textIndent {
  text-indent: 1em;
  display: block;
  margin: 0;
}
 .mv {
  position: relative;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
}

 .mv__img-ctn {
  position: relative;
  max-width: 1800px;
  height: 0;
  padding-top: calc(720 / 750 * 100vw);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mv__img-ctn {
    padding-top: min(calc(400 / 1128 * 100vw), 400px);
  }
}
 .mv__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__band{
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  color: #FFF;
  background-color: #61291D;
  padding: 8px 24px;
}
.pp-link {
  font-size: 1.4rem;
  margin-top: 16px;
  text-decoration: none;
  text-align: center;
  color: #3895ff;
  cursor: pointer;
}
.pp-link:visited {
  color: #3895ff;
}
.pp-link:hover {
  text-decoration: underline;
}
.campaign-section[data-bg-color="light-yellow"]{
  background-color: #FFF7E5;
}
.campaign-section__title{
  font-size: 2.4rem;
  font-weight: 600;
}
.campaign-section__inner{
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  padding: 48px 0;
}
.campaign-section__inner--content{
  max-width: 984px;
}
.campaign-section__content{
  max-width: 984px;
  width: 100%;
}
.campaign-section__ballon{
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  border-radius: 18px;
  background-color: #F98341;
  padding: 2px;
  text-align: center;
}
.campaign-section__yen-img{
  max-width: 150px;
  width: 100%;
}
.campaign-section__present-img{
  max-width: 500px;
  width: 100%;
}
.campaign-section__button{
  max-width: 320px;
  width: 100%;
  min-height: 44px;
  font-size: 1.4rem;
  padding: 10.5px 8px;
}
@media screen and (min-width: 768px) {
  .campaign-section__title{
    font-size: 3.2rem;
  }
  .campaign-section__inner{
    row-gap: 48px;
    padding: 96px 0;
  }
  .campaign-section__ballon{
    font-size: 2.4rem;
    border-radius: 18px;
    padding: 2px 96px;
  }
  .campaign-section__yen-img{
    max-width: 200px;
  }
  .campaign-section__button{
    min-height: 60px;
    font-size: 1.6rem;
    padding: 15px 8px;
  }
}
.feature__items{
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .feature__items{
    row-gap: 48px;
  }

}

.content {
  width: 100%;
  border-radius: 18px;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 24px 16px;
}
@media screen and (min-width: 768px) {
  .content {
    padding: 48px;
  }
}
.content__ballon {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background-color: #002970;
  border-radius: 20px;
  max-width: max-content;
  padding: 2px 16px;
}
@media screen and (min-width: 768px) {
  .content__ballon {
    font-size: 1.4rem;
  }
}
.content__title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .content__title {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
.content__text {
  font-size: 1.6rem;
  text-align: left;
  width: 100%;
}
.content__note {
  font-size: 1.2rem;
  color: #909090;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 4px;
}
.content__inner{
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
}
.content__transaction-img{
  max-width: 503px;
  width: 100%;
}
.content__timing-img{
  max-width: 500px;
  width: 100%;
}
.content__10cfd-screen-img{
  max-width: 194px;
  width: 100%;
}
.content__items {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 16px;
}
.content__step{
  max-width: 686px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .content__inner{
    row-gap: 24px;
  }
  .content__10cfd-screen-img{
    max-width: 258px;
  }
  .content__items {
    flex-direction: row;
  }
}

.step-lists {
  width: 100%;
  margin: 0 auto
}
.step-lists .slick-list {
  padding: 0 0 0 16.1%!important;
}
.step-lists__item {
  position: relative;
  margin-right: 48px;
}
.step-lists__item-pic {
  padding: 9% 7.75% 0;
  position: relative;
}
.step-lists__item .step-lists__item-pic::before {
  content: "";
  display: block;
  width: 18.5%;
  height: 14%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.step-lists__item:nth-of-type(1) .step-lists__item-pic::before {
  background-image: url(/shared/images/page_rs_common/step-icon__01.png);
}
.step-lists__item:nth-of-type(2) .step-lists__item-pic::before {
  background-image: url(/shared/images/page_rs_common/step-icon__02.png);
}
.step-lists__item:nth-of-type(3) .step-lists__item-pic::before {
  background-image: url(/shared/images/page_rs_common/step-icon__03.png);
}
.step-lists__item:nth-of-type(4) .step-lists__item-pic::before {
  background-image: url(/shared/images/page_rs_common/step-icon__04.png);
}
.step-lists__item:nth-of-type(5) .step-lists__item-pic::before {
  background-image: url(/shared/images/page_rs_common/step-icon__05.png);
}
.step-lists__item:nth-of-type(6) .step-lists__item-pic::before {
  background-image: url(/shared/images/page_rs_common/step-icon__06.png);
}
.step-lists__item .step-lists__item-pic::after {
  content: "";
  display: block;
  width: 16px;
  height: 29px;
  background: url("/campaign/cfd/2409/img/icon_arrow-flow.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translate(100%,100%);
}
.step-lists__item:last-child .step-lists__item-pic::after {
  display: none !important;
}

.step-lists__item-text {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 24px;
}
.step-lists__title{
  font-size: 1.6rem;
  font-weight: 600;
}
.step-lists__controller {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 327px;
  height: 40px;
  list-style: none;
  padding: 0;
  margin: 16px auto 0;
  text-align: center;
  position: relative;
}
.step-lists__controller-prev,
.step-lists__controller-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0;
}
.step-lists__controller-prev {
  left: 0;
}
.step-lists__controller-next {
  right: 0;
}
.step-lists__controller-prev.slick-disabled,
.step-lists__controller-next.slick-disabled {
  opacity: 0;
}
.step-lists__controller-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 45px;
}
.step-lists__controller-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.step-lists__controller-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.step-lists__controller-dots li button:hover,
.step-lists__controller-dots li button:focus {
  outline: none;
}
.step-lists__controller-dots li button:hover:before,
.step-lists__controller-dots li button:focus:before {
  opacity: 1;
}
.step-lists__controller-dots li button:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #ddd;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.step-lists__controller-dots li.slick-active button:before {
  width: 12px;
  height: 12px;
  background: #4da0ff;
}
@media screen and (min-width: 768px){
  .step-lists {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px 69.5px;
    padding-left: 0;
  }
  .step-lists__item {
    margin-right: 0;
  }
  .step-lists__item-pic {
    padding: 14px 0 0 14px;
  }
  .step-lists__item .step-lists__item-pic::before {
    width: 38px;
    height: 38px;
    background-position: center;
  }
  .step-lists__item .step-lists__item-pic::after {
    width: 20px;
    height: 36px;
    right: -33.5px;
  }
  .step-lists__item:nth-child(3n + 3) .step-lists__item-pic::after {
    display: none;
  }
  .step-lists__controller {
    display: none;
  }
}

.cfd-app{
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
}
.cfd-app__title{
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 2px 96px;
  border-radius: 18px;
  background-color: #FFE5E5;
  text-align: center;
}
.cfd-app__text{
  width: 100%;
}
.cfd-app__img{
  max-width: 237px;
  width: 100%;
}
.cfd-app__10cfd-screen-img{
  max-width: 237px;
  width: 100%;
}
.cfd-app__ranking{
  max-width: 295px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cfd-app{
    width: 46.7%;
    row-gap: 24px;
  }
  .cfd-app__title{
    font-size: 2rem;
  }
}
.accordion {
  width: 100%;
  border: 1px solid #DDD;
  border-radius: 18px;
  background-color: #fff;
  padding: 24px 16px;
}
.accordion__title{
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .accordion__title{
    font-size: 2.4rem;
  }
}
.accordion__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 48px;
}
@media screen and (min-width:860px) {
  .accordion__item{
    row-gap: 24px;
  }
}
.accordion__sub-title {
  font-weight: 600;
  border-left: 3px solid #FD5C5C;
  padding-left: 16px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #242323;
  box-sizing: border-box;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .accordion {
    padding: 24px 48px;
  }
  .accordion__sub-title {
    font-size: 2rem;
  }
}
/**/
.parts-step-mini{
  width: 100%;
}
.parts-step-mini__item-ctn {
  display: flex;
  flex-direction: column;
  column-gap: 42px;
  row-gap: 46px;
}
.parts-step-mini__item {
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  padding: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #4DA0FF
}
@media screen and (min-width:860px) {
  .parts-step-mini__item {
    width: 30%;
  }
  .parts-step-mini__item-ctn {
    flex-direction: row;
  }
}

.parts-step-mini__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  background: center/contain no-repeat url("/campaign/cfd/2409/img/icon_arrow-flow-bottom.svg");
  right: 50%;
  top: auto;
  bottom: -16px;
  transform: translate(50%,100%);
  height: 16px;
  width: 29px;
}
@media screen and (min-width:860px) {
  .parts-step-mini__item:not(:last-child)::after {
    background: center/contain no-repeat url("/campaign/cfd/2409/img/icon_arrow-flow.svg");
    right: -14.75px;
    top: 50%;
    transform: translate(100%,-50%);
    height: 36px;
    width: 20px;
  }
}
.parts-step-mini__icon {
  display: inline-block;
  background: #3895ff;
  color: #fff;
  font-weight: 600;
  padding: 2px 16px;
  border-radius: 20px;
  font-size: 1.2rem;
}
@media screen and (min-width:860px) {
  .parts-step-mini__icon {
    font-size: 1.4rem;
  }
}
.parts-step-mini__text {
  font-weight: 600;
  margin-top: 4px;
  text-align: center;
}
.parts-step-mini__item-ctn {
  display: flex;
  flex-direction: column;
  column-gap: 49.5px;
  row-gap: 48px;
}
@media screen and (min-width:860px) {
  .parts-step-mini__item-ctn {
    flex-direction: row;
  }
}
.parts-step-mini__contents {
  margin-top: 16px;
}
.parts-step-mini__contents-text {
  font-size: 1.4rem;
}
.parts-step-mini__item--bottom::before {
  content: "";
  display: block;
  position: absolute;
  background: center/contain no-repeat url("/campaign/cfd/2409/img/icon_arrow-flow-bottom.svg");
  right: 50%;
  top: -16px;
  transform: translate(50%,-100%);
  height: 16px;
  width: 29px;
}
@media screen and (min-width:860px) {
  .parts-step-mini__item--bottom::before {
    content: "";
    display: none;
  }
}

.app-link{
  display: none;
}
@media screen and (min-width:768px) {
  .app-link{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #FFE5E5;
  }
}
.app-link__inner{
  max-width: 754px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 96px;
}
.app-link__inner::before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #FFF;
}
.app-link__item{
  max-width: 329px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}
.app-link__title{
  font-size: 2.4rem;
  font-weight: 600;
}
.app-link__stores{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 24px;
}
.app-link__app-store{
  width: 41.3%;
}
.app-link__google-play{
  width: 51.3%;
}
.detail {
  margin: auto;
  text-align: center;
  width: 100%;
}
.detail__title{
  text-align: left;
}
 .detail__ctn {
  width: 100%;
}
.detail__ctn .table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #DDD;
  font-size: 1.4rem;
  width: 100%;
}
.detail__ctn .table__head, 
.detail__ctn .table__data {
  display: block;
  border: 1px solid #DDD;
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border-top: 0;
}
 .detail__ctn .table__head {
  text-align: left;
  width: 100%;
  background-color: #eee;
  font-weight: 600;
}
 .detail__ctn .table__text + .table__text {
  margin-top: 1.5em;
}
.detail__ctn .table__txt-space{
  display: block;
  margin-left: 1em;
}
.detail__ctn .table__lists {
  color: #242323;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}
.detail__ctn .table__lists>li {
  color: #242323;
  font-size: 1.4rem;
}
.detail__ctn .table__dot {
  margin-left: -1.5em;
}
.detail__ctn .table__note{
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.detail__ctn .table__note >li{
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .detail__ctn .table {
    font-size: 1.6rem;
  }
  .detail__ctn .table__head,
  .detail__ctn .table__data {
    display: table-cell;
    padding: 16px;
    border: 1px solid #DDD;
   }
   .detail__ctn .table__head {
    width: 26.2%;
    vertical-align: middle;
  }
  .detail__ctn .table__lists>li {
    font-size: 1.6rem;
  }
  .detail__ctn .table__note >li{
    font-size: 1.4rem;
  }
}

.risk-about{
  width: 100%;
  margin-left:auto;
  margin-right: auto;
  padding:16px;
  border: 1px solid #BABABA;
  border-radius: 12px;
}
.risk-about__title{
  font-size: 1.6rem;
}
.risk-about__answer{
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
   .risk-about {
    padding:24px 48px;
  }
  .risk-about__title{
    font-size: 1.8rem;
  }
  .risk-about__answer{
    font-size: 1.6rem;
    padding-right: 34px;
  }
}

/*floating*/
.floating {
  width: 100%;
  padding: 18px 24px;
  background-color: #fff;
  box-shadow: 0px -6px 15px 0px rgba(0, 0, 0, 0.15);
  position: fixed;
  bottom: 0;
  z-index: 10;
}

.floating__inner{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 8px;
}
.floating__flexwrap {
  display: flex;
  column-gap: 16px;
  align-items: center;
  justify-content: center;
}
.floating__item{
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  align-items: center;
  justify-content: space-between;
}
.floating__cfd-name{
  font-size: 1.6rem;
  font-weight: 600;
}

.floating__account {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #3895ff;
  text-align: center;
  text-decoration: none;
}
.floating__app-store-link{
  max-width: 109px;
  width: 100%;
}
.floating__google-play-link{
  max-width: 135px;
  width: 100%;
}
#footer{
  padding-bottom: 155px;
}

@media screen and (min-width: 768px) {
  #footer{
    padding-bottom: 32px;
  }
}