/* ------------------------------------------------------ */
/* cp_money_202606_pc.css */
/* ------------------------------------------------------ */
.page-layout {
    display: block;
    width: auto;
    padding: 0;
}

#breadcrumb {
    width: 1176px;
    margin: 0 auto;
}

main {
    width: auto;
    padding: 0;
}

/* snsbutton
--------------------------------------------------------- */
.content_section_snsbutton {
    position: relative;
    margin: 0 auto;
}

.block-sns-share {
    position: absolute;
    top: calc(-16px - 4.5em);
    right: 50%;
    margin-top: 0;
    margin-right: -460px;
}
.block-sns-share .sns-share-button {
    color: #fff;
}
.block-sns-share .sns-share-button::before {
    filter: brightness(0) invert(1);
}

/* block
--------------------------------------------------------- */
.block-cp-money-202606 {
    background: #f10020;
}
.block-cp-money-202606 .cp-money-202606-inner {
    width: 920px;
    margin-right: auto;
    margin-left: auto;
}
.block-mainvisual {
    padding-bottom: 24px;
}
.block-mainvisual .mainvisual-inner {
    width: auto;
    max-width: 1280px;
    margin: 0 auto;
}
.block-mainvisual .mainvisual-heading {
    margin-bottom: 8px;
}
.block-mainvisual .text-note {
    width: 920px;
    margin: 0 auto;
}
.block-lead {
    position: relative;
    z-index: 1;
    padding: 40px 0 0;
    border-radius: 32px 32px 0 0;
    background: #fff;
}
.block-lead::before {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 80px solid #fff;
    border-right: 460px solid transparent;
    border-bottom: 0;
    border-left: 460px solid transparent;
}
.block-lead .lead-check {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.block-lead .lead-check > li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 40px;
    font-size: 18px;
    font-weight: bold;
}
.block-lead .lead-check > li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: url("../images/icon_lead_check.svg") no-repeat center/100% auto;
}
.block-lead .lead-check > li:last-child {
    margin-bottom: 0;
}
.block-details {
    padding: 120px 80px 0;
    border-radius: 0 0 32px 32px;
    background: #fff9e9;
}
.block-details .details-text {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.block-details .details-outline {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    font-weight: bold;
    text-align: center;
}
.block-details .details-outline-inner {
    flex: 1;
    overflow: hidden;
    border: 3px solid #f02;
    border-radius: 32px;
    background: #fff;
}
.block-details .details-outline-highlight {
    margin-top: 4px;
}
.block-details .details-outline-highlight.incentive {
    margin-top: 8px;
}
.block-details .details-outline dt {
    padding: 4px;
    background: #f02;
    color: #fff;
    font-size: 20px;
}
.block-details .details-outline dt sup {
    margin-right: -2em;
    margin-left: 4px;
    font-size: 12px;
}
.block-details .details-outline dd {
    padding: 16px 8px;
    line-height: 1.3;
}
.block-details .details-about-furunavimoney {
    min-height: 264px;
    margin: 0 -80px;
    padding: 40px 272px 80px 80px;
    border-top: 1px dashed #bbb;
    background: url("../images/img_details_about_furunavimoney.png") no-repeat right 80px top 12px/auto calc(100% - 12px);
}
.block-details .details-about-furunavimoney-heading {
    margin-bottom: 24px;
}
.block-details .details-about-furunavimoney-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}
.block-details .list-note-num {
    margin-bottom: 32px;
}
.block-entry {
    width: auto;
    padding: 40px 0 120px;
    background: #f10020 url("../images/bg_entry.png") no-repeat center/1098px auto;
}
.block-entry .entry-heading {
    width: 920px;
    margin: 0 auto 24px;
}
.block-entry .entry-inner {
    width: 920px;
    margin: 0 auto;
    padding: 32px;
    border-radius: 32px;
    background: #fff;
}
.block-entry .entry-navigation {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 40px;
}
.block-entry .entry-navigation-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 360px;
    height: 80px;
    margin: 32px 0 0;
    padding: 0 16px;
    border-radius: 40px;
    background: #1c2b50;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    transition: opacity .3s ease;
}
.block-entry .entry-navigation-button:hover {
    opacity: .7;
}
.block-entry .entry-navigation-button.login {
    margin-top: 0;
    background: #ee6001;
}
.block-entry .entry-navigation-button.disabled {
    background: #d5d5d5;
    color: #949494;
    pointer-events: none;
}
.block-entry .entry-navigation-button.charge {
    background: #f02;
    text-decoration: none;
}
.block-entry .entry-navigation-button.charge::after {
    content: none;
}
.block-entry .entry-navigation-button.charge .entry-navigation-button-bubble {
    border-color: #f02;
    color: #f02;
}
.block-entry .entry-navigation-button.charge .entry-navigation-button-bubble::before {
    border-top-color: #f02;
}
.block-entry .entry-navigation-button-bubble {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translate(-50%);
    min-width: calc(21em + 36px);
    min-height: 40px;
    padding: 0 16px;
    border: 2px solid #1c2b50;
    border-radius: 20px;
    background: #fff;
    color: #1c2b50;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}
.block-entry .entry-navigation-button-bubble::before,
.block-entry .entry-navigation-button-bubble::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    height: 0;
}
.block-entry .entry-navigation-button-bubble::before {
    border-top: 8px solid #1c2b50;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.block-entry .entry-navigation-button-bubble::after {
    margin-top: -3px;
    border-top: 8px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.block-entry .entry-navigation.end .entry-navigation-button {
    margin-top: 0;
}
.block-entry .text-note {
    margin-top: 16px;
}
.block-steps {
    margin: 0 auto;
    padding: 80px 0;
    border-radius: 32px;
    background: #fff9e9;
}
.block-steps .steps-flow {
    width: 920px;
    margin: 0 auto;
}
.block-steps .steps-flow > li {
    position: relative;
    margin-bottom: 80px;
    padding: 40px 80px;
    border: 3px solid #f02;
    border-radius: 32px;
    background: #fff;
}
.block-steps .steps-flow > li:last-child {
    margin-bottom: 0;
}
.block-steps .steps-flow-title {
    position: absolute;
    bottom: 100%;
    left: 40px;
}
.block-steps .steps-flow-title img {
    width: 128px;
}
.block-steps .steps-flow-lead {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.block-steps .steps-flow-image {
    margin-bottom: 8px;
    text-align: center;
}
.block-steps .steps-bubble {
    position: relative;
    margin: 32px -80px 24px;
    line-height: 1.4;
    text-align: center;
}
.block-steps .steps-bubble::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    border-top: 1px dashed #bbb;
}
.block-steps .steps-bubble-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 40px;
    padding: 0 24px;
    border: 2px solid #f02;
    border-radius: 23px;
    background: #fff;
    color: #f02;
    font-size: 14px;
    font-weight: bold;
}
.block-steps .steps-bubble-text::before,
.block-steps .steps-bubble-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    height: 0;
}
.block-steps .steps-bubble-text::before {
    border-top: 8px solid #f02;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.block-steps .steps-bubble-text::after {
    margin-top: -3px;
    border-top: 8px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.block-steps .steps-onboarding {
    display: flex;
    flex-wrap: nowrap;
    gap: 60px;
    margin: 0 -80px -12px;
    padding: 0 80px 12px;
    overflow-x: auto;
}
.block-steps .steps-onboarding > li {
    flex-shrink: 0;
    width: 224px;
}
.block-steps .steps-onboarding > li:last-child .steps-onboarding-image::before {
    content: none;
}
.block-steps .steps-onboarding-image {
    position: relative;
    margin-bottom: 16px;
}
.block-steps .steps-onboarding-image::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 30px);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px solid transparent;
    border-right: 0;
    border-bottom: 12px solid transparent;
    border-left: 16px solid #ddd;
}
.block-steps .steps-onboarding-text {
    font-weight: bold;
    text-align: center;
}
.block-steps .steps-howto-tab {
    display: flex;
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 4px;
}
.block-steps .steps-howto-tab::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    border-radius: 2px;
    background: #ddd;
}
.block-steps .steps-howto-tab::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 4px;
    border-radius: 2px;
    background: #f02;
    transition: left .2s ease-out;
}
.block-steps .steps-howto-tab.is-active-second::after {
    left: 50%;
}
.block-steps .steps-howto-tab > li {
    flex: 1;
}
.block-steps .steps-howto-tab-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 12px;
    color: #999;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    transition: opacity .3s ease;
}
.block-steps .steps-howto-tab-button:hover {
    opacity: .7;
}
.block-steps .steps-howto-tab-button.is-active {
    color: #f02;
}
.block-steps .steps-howto-contents > li {
    display: none;
}
.block-steps .steps-howto-contents > li.is-show {
    display: block;
}
.block-steps .steps-howto-contents-flow {
    display: flex;
    gap: 80px;
}
.block-steps .steps-howto-contents-flow > li {
    flex: 1;
}
.block-steps .steps-howto-contents-flow > li:last-child .steps-howto-contents-flow-image::before {
    content: none;
}
.block-steps .steps-howto-contents-flow-image {
    position: relative;
    margin-bottom: 16px;
}
.block-steps .steps-howto-contents-flow-image::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 40px);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px solid transparent;
    border-right: 0;
    border-bottom: 12px solid transparent;
    border-left: 16px solid #ddd;
}
.block-steps .steps-howto-contents-flow-text {
    font-weight: bold;
    text-align: center;
}
.block-steps .steps-howto-contents .text-note {
    margin-top: 40px;
}
.block-steps .steps-howto-contents .text-note:last-child {
    margin-top: 0;
}
.block-campaigns {
    margin-bottom: 80px;
    padding-bottom: 80px;
}
.block-campaigns .campaigns-inner {
    padding: 40px 80px;
    border-radius: 32px;
    background: #fff;
}
.block-end {
    padding-bottom: 24px;
}
.block-end .end-inner {
    width: 920px;
    margin: 0 auto;
    padding: 64px 16px;
    border-radius: 32px;
    background: #fff;
}
.block-end .end-title {
    margin-bottom: 24px;
    color: #f02;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.block-end .end-text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

/* heading
--------------------------------------------------------- */
.heading2 {
    margin: 0 0 32px;
    padding: 0;
}
.heading2:first-child {
    margin-top: 0;
}
.heading2::after {
    content: none;
}

/* text
--------------------------------------------------------- */
.text-balloon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: max-content;
    height: 40px;
    margin: 0 auto 16px;
    padding: 0 24px;
    border: 2px solid #f02;
    border-radius: 20px;
    background: #fff;
    color: #f02;
    font-size: 14px;
    font-weight: bold;
}
.text-balloon::before,
.text-balloon::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    height: 0;
}
.text-balloon::before {
    border-top: 8px solid #f02;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.text-balloon::after {
    margin-top: -3px;
    border-top: 8px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}

/* list
--------------------------------------------------------- */
.list-campaigns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}
.list-campaigns > li {
    width: 237px;
}
.list-campaigns > li a {
    transition: opacity .3s ease;
}
.list-campaigns > li a:hover {
    opacity: .7;
}
.list-campaigns > li a[target=_blank]::after {
    content: none;
}