@charset "UTF-8";
/* base
--------------------------------------------------------- */
body {
    padding-top: 0;
}

main {
    padding: 0;
    border-radius: 0;
    background: linear-gradient(180deg, #f10020 0%, #f10020 90%, #f02 100%);
    line-height: 1.6;
}
@media screen and (min-width: 768px) {
    main {
        margin: 0;
        overflow-x: hidden;
    }
}
main .text-note {
    line-height: 1.5;
}

/* header
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
    header .header-nav-button::before {
        background: #f10020;
    }
}

/* footer
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
    footer.rich {
        margin-top: -40px;
        padding-top: 240px;
        background-position: right calc(50% + 338px) top -90px, left calc(50% + 294px) bottom -400px;
    }
    footer.rich::before {
        background: linear-gradient(180deg, #f02, #ff596f 40%, #ff596f);
    }
    footer.rich::after {
        top: 88px;
    }
}

/* heading
--------------------------------------------------------- */
.heading-campaign {
    margin-bottom: 24px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .heading-campaign {
        margin-bottom: 32px;
    }
}
.heading-bubble {
    position: relative;
    margin: 24px 0 12px;
    padding: 0 8px;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
    .heading-bubble {
        margin: 40px 0 16px;
        padding: 0 24px;
    }
}
.heading-bubble::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    border-top: 1px dashed #bbb;
}
.heading-bubble .bubble-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 32px;
    padding: 0 16px;
    border: 2px solid #f02;
    border-radius: 16px;
    background: #fff;
    color: #f02;
    font-size: 14px;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
    .heading-bubble .bubble-text {
        min-height: 46px;
        padding: 0 24px;
        border-radius: 23px;
    }
}
.heading-bubble .bubble-text::before,
.heading-bubble .bubble-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    height: 0;
}
.heading-bubble .bubble-text::before {
    border-top: 8px solid #f02;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.heading-bubble .bubble-text::after {
    margin-top: -3px;
    border-top: 8px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.heading-bubble.no-line {
    padding: 0;
}
.heading-bubble.no-line::before {
    content: none;
}

/* list
--------------------------------------------------------- */
.list-faq {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.list-faq > li {
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px #f02;
    font-size: 14px;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
    .list-faq > li {
        border-radius: 8px;
        font-size: 16px;
        line-height: 1.6;
    }
    .list-faq > li:hover {
        box-shadow: inset 0 0 0 2px #f02;
    }
}
.list-faq > li.is-active {
    box-shadow: inset 0 0 0 2px #f02;
}
.list-faq > li:nth-of-type(odd) {
    margin-right: 16px;
}
@media screen and (min-width: 768px) {
    .list-faq > li:nth-of-type(odd) {
        margin-right: 0;
        margin-left: 40px;
    }
}
.list-faq > li:nth-of-type(even) {
    margin-left: 16px;
}
@media screen and (min-width: 768px) {
    .list-faq > li:nth-of-type(even) {
        margin-right: 40px;
        margin-left: 0;
    }
}
.list-faq .faq-button {
    display: flex;
    gap: 8px;
    position: relative;
    width: 100%;
    padding: 16px 48px 16px 16px;
    border-radius: 6px;
    color: #f02;
}
@media screen and (min-width: 768px) {
    .list-faq .faq-button {
        padding: 24px 96px 24px 32px;
        font-weight: bold;
        transition: padding-bottom .3s ease;
    }
    .list-faq .faq-button:hover::after {
        transform: translateY(-50%) rotate(210deg);
    }
}
.list-faq .faq-button::before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    background: url("https://money.furunavi.jp/static/images/icon_q.svg") no-repeat center/100% auto;
}
@media screen and (min-width: 768px) {
    .list-faq .faq-button::before {
        width: 18px;
        height: 18px;
        margin-top: 3px;
    }
}
.list-faq .faq-button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(30deg);
    width: 18px;
    height: 28px;
    border: 1px solid #f02;
    border-radius: 9px;
    transition: all .3s ease-out;
}
@media screen and (min-width: 768px) {
    .list-faq .faq-button::after {
        right: 40px;
        width: 32px;
        height: 48px;
        border-radius: 16px;
    }
}
.list-faq .faq-button.is-active {
    padding-bottom: 16px;
    box-shadow: none;
}
@media screen and (min-width: 768px) {
    .list-faq .faq-button.is-active:hover::after {
        transform: translateY(-50%) rotate(30deg);
    }
}
.list-faq .faq-button.is-active::after {
    transform: translateY(-50%) rotate(210deg);
    border-width: 2px;
    border-color: #f02;
}
.list-faq .faq-button.is-active .faq-button-icon::before {
    height: 2px;
    border-radius: 1px;
    background-color: #f02;
}
.list-faq .faq-button.is-active .faq-button-icon::after {
    display: none;
}
.list-faq .faq-button-icon::before,
.list-faq .faq-button-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 8px;
    height: 1px;
    margin-top: -1px;
    background-color: #f02;
}
@media screen and (min-width: 768px) {
    .list-faq .faq-button-icon::before,
    .list-faq .faq-button-icon::after {
        right: 50px;
        width: 10px;
    }
}
.list-faq .faq-button-icon::after {
    transform: rotate(90deg);
}
.list-faq .faq-content {
    display: flex;
    gap: 8px;
    padding: 0 16px 16px;
}
@media screen and (min-width: 768px) {
    .list-faq .faq-content {
        padding: 0 32px 32px;
    }
}
.list-faq .faq-content::before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    background: url("https://money.furunavi.jp/static/images/icon_a.svg") no-repeat center/100% auto;
}
@media screen and (min-width: 768px) {
    .list-faq .faq-content::before {
        width: 18px;
        height: 18px;
        margin-top: 3px;
    }
}
.list-faq .faq-content-wrapper {
    height: 0;
    overflow: hidden;
    transition: all .3s ease;
}

/* block
--------------------------------------------------------- */
.block-mainvisual {
    margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
    .block-mainvisual {
        margin-bottom: 24px;
    }
}
.block-mainvisual .mainvisual-heading {
    margin-bottom: 8px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-mainvisual .mainvisual-heading {
        background-image: repeating-linear-gradient(150deg, transparent, transparent 24px, rgb(227, 0, 30) 24px, rgb(227, 0, 30) 48px);
    }
}
@media screen and (min-width: 768px) {
    .block-mainvisual .mainvisual-content {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 40px;
    }
}
.block-mainvisual .mainvisual-notes {
    margin: 0 8px 16px;
}
@media screen and (min-width: 768px) {
    .block-mainvisual .mainvisual-notes {
        margin: 0;
    }
}
.block-mainvisual .block-sns-share {
    margin: 0;
    padding: 0 16px;
}
@media screen and (min-width: 768px) {
    .block-mainvisual .block-sns-share {
        padding: 0;
        white-space: nowrap;
    }
    .block-mainvisual .block-sns-share .sns-share-list {
        min-width: 168px;
    }
}
.block-end {
    position: relative;
    z-index: 1;
    margin: 32px 8px 8px;
    padding: 40px 24px;
    border-radius: 32px;
    background: #fff;
    font-weight: bold;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-end {
        width: calc(100% - 80px);
        max-width: 1192px;
        margin: 32px auto 0;
        padding: 64px 24px;
    }
}
.block-end .end-title {
    margin-bottom: 16px;
    color: #f02;
    font-size: 24px;

    -webkit-text-stroke: 1px #f02;
}
@media screen and (min-width: 768px) {
    .block-end .end-title {
        margin-bottom: 24px;
        font-size: 32px;
    }
}
.block-end .end-text {
    font-size: 18px;
}
.block-entry {
    padding: 8px 8px 40px;
    background: #f10020 url("../images/bg_entry.png") no-repeat center/506px auto;
}
@media screen and (min-width: 768px) {
    .block-entry {
        padding: 40px 40px 120px;
        background-size: 1098px auto;
    }
}
.block-entry .entry-heading {
    margin: 0 auto 24px;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-heading {
        max-width: 1000px;
    }
}
.block-entry .entry-heading .pc_hide {
    margin: 0 auto;
}
.block-entry .entry-inner {
    padding: 32px;
    border-radius: 32px;
    background: #fff;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-inner {
        max-width: 920px;
        margin: 0 auto;
    }
}
.block-entry .entry-navigation {
    display: block;
}
@media screen and (min-width: 768px) {
    .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: 100%;
    max-width: 296px;
    height: 64px;
    margin: 24px auto 40px;
    padding: 0 16px;
    border-radius: 32px;
    background: #1c2b50;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-button {
        width: 360px;
        max-width: none;
        height: 80px;
        margin: 32px 0 0;
        border-radius: 40px;
        font-size: 18px;
        font-weight: bold;
        transition: opacity .3s ease;
    }
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-button:hover {
        opacity: .7;
    }
}
.block-entry .entry-navigation-button:last-child {
    margin-bottom: 0;
}
.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: -24px;
    left: 50%;
    transform: translate(-50%);
    min-height: 16px;
    padding: 0;
    background: transparent;
    color: #1c2b50;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    pointer-events: none;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-button-bubble {
        top: -32px;
        min-width: calc(21em + 36px);
        min-height: 40px;
        padding: 0 16px;
        border: 2px solid #1c2b50;
        border-radius: 20px;
        background: #fff;
        font-size: 14px;
        pointer-events: auto;
    }
}
@media screen and (min-width: 768px) {
    .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;
    }
}
@media screen and (min-width: 768px) {
    .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;
    }
}
@media screen and (min-width: 768px) {
    .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;
    margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation.end .entry-navigation-button {
        margin-bottom: 0;
    }
}
.block-entry .entry-navigation.end .entry-navigation-button:last-child {
    margin-bottom: 0;
}
.block-entry .text-note {
    margin-top: 16px;
}
.block-introduction {
    padding: 48px 24px;
    border-radius: 32px 32px 0 0;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .block-introduction {
        padding: 80px 44px;
    }
}
.block-introduction .introduction-description {
    margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
    .block-introduction .introduction-description {
        margin-bottom: 32px;
        text-align: center;
    }
}
.block-introduction .introduction-image {
    display: block;
    margin: 0 -24px 24px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-introduction .introduction-image {
        margin-bottom: 16px;
    }
}
@media screen and (min-width: 768px) {
    .block-introduction .introduction-notes {
        width: fit-content;
        margin: 0 auto;
    }
}
.block-steps {
    margin: 0 auto;
    padding: 40px 16px;
    background: #fff9e9;
}
@media screen and (min-width: 768px) {
    .block-steps {
        padding: 80px 40px;
    }
}
.block-steps .heading-campaign {
    margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
    .block-steps .heading-campaign {
        margin-bottom: 32px;
    }
}
.block-steps .steps-flow {
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow {
        max-width: 920px;
    }
}
.block-steps .steps-flow > li {
    position: relative;
    margin-bottom: 80px;
    padding: 32px 24px;
    border: 3px solid #f02;
    border-radius: 32px;
    background: #fff;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow > li {
        padding: 40px 80px;
    }
}
.block-steps .steps-flow > li:last-child {
    margin-bottom: 0;
}
.block-steps .steps-flow-title {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow-title {
        left: 40px;
        transform: none;
    }
}
.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-flow-image img {
    margin: 0 auto;
}
.block-steps .steps-bubble {
    position: relative;
    margin: 32px -24px 24px;
    line-height: 1.4;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-bubble {
        margin: 32px -80px 24px;
    }
}
.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;
    gap: 32px;
    margin: 0 -24px -12px;
    padding: 0 0 12px;
    overflow-x: auto;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-onboarding {
        gap: 60px;
        margin: 0 -80px -12px;
        padding: 0 80px 12px;
    }
}
.block-steps .steps-onboarding::before,
.block-steps .steps-onboarding::after {
    content: "";
    display: block;
    flex-shrink: 0;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-onboarding::before,
    .block-steps .steps-onboarding::after {
        content: none;
    }
}
.block-steps .steps-onboarding::before {
    width: 72px;
    margin-right: -32px;
}
.block-steps .steps-onboarding::after {
    width: 64px;
    margin-left: -32px;
}
.block-steps .steps-onboarding > li {
    flex-shrink: 0;
    width: calc(100vw - 174px);
}
@media screen and (min-width: 768px) {
    .block-steps .steps-onboarding > li {
        width: 224px;
    }
}
.block-steps .steps-onboarding > li:last-child .steps-onboarding-image::before {
    content: none;
}
.block-steps .steps-onboarding-image {
    position: relative;
    margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-onboarding-image {
        margin-bottom: 16px;
    }
}
.block-steps .steps-onboarding-image img {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-onboarding-image img {
        max-width: initial;
    }
}
.block-steps .steps-onboarding-image::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 16px);
    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;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-onboarding-image::before {
        left: calc(100% + 30px);
    }
}
.block-steps .steps-onboarding-text {
    font-weight: bold;
    text-align: center;
}
.block-steps .steps-howto-tab {
    display: flex;
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-howto-tab {
        margin-bottom: 24px;
    }
}
.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: 0 0 8px;
    color: #999;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-howto-tab-button {
        padding: 12px;
        font-size: 16px;
        transition: opacity .3s ease;
    }
}
@media screen and (min-width: 768px) {
    .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;
    flex-wrap: nowrap;
    gap: 48px;
    margin: 0 -24px -12px;
    padding-bottom: 12px;
    overflow-x: auto;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-howto-contents-flow {
        gap: 80px;
        margin: 0;
        padding-bottom: 0;
        overflow-x: visible;
    }
}
.block-steps .steps-howto-contents-flow::before,
.block-steps .steps-howto-contents-flow::after {
    content: "";
    display: block;
    flex-shrink: 0;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-howto-contents-flow::before,
    .block-steps .steps-howto-contents-flow::after {
        content: none;
    }
}
.block-steps .steps-howto-contents-flow::before {
    width: 68px;
    margin-right: -48px;
}
.block-steps .steps-howto-contents-flow::after {
    width: 68px;
    margin-left: -48px;
}
.block-steps .steps-howto-contents-flow > li {
    flex: 0 0 auto;
    width: calc(100vw - 174px);
}
@media screen and (min-width: 768px) {
    .block-steps .steps-howto-contents-flow > li {
        flex: 1;
        width: auto;
    }
}
.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: 8px;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-howto-contents-flow-image {
        margin-bottom: 16px;
    }
}
.block-steps .steps-howto-contents-flow-image img {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-howto-contents-flow-image img {
        max-width: initial;
    }
}
.block-steps .steps-howto-contents-flow-image::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 24px);
    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;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-howto-contents-flow-image::before {
        left: calc(100% + 40px);
    }
}
.block-steps .steps-howto-contents-flow-text {
    font-weight: bold;
    text-align: center;
}
.block-steps .steps-howto-contents .text-note {
    margin-top: 32px;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-howto-contents .text-note {
        margin-top: 40px;
    }
}
.block-steps .steps-howto-contents .text-note + .text-note {
    margin-top: 0;
}
.block-campaigns {
    margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
    .block-campaigns {
        margin-top: -56px;
        margin-bottom: 64px;
        padding: 0 40px;
    }
}
.block-campaigns .campaigns-heading {
    margin-bottom: 24px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-campaigns .campaigns-heading {
        margin-bottom: 32px;
    }
}
.block-campaigns .campaigns-inner {
    margin: 0 8px;
    padding: 40px 0;
    border-radius: 32px;
    background: #fff;
}
@media screen and (min-width: 768px) {
    .block-campaigns .campaigns-inner {
        max-width: 920px;
        margin: 0 auto;
        padding: 40px 80px;
    }
}
.block-section {
    position: relative;
    margin: 0 8px 8px;
    padding: 48px 16px;
    border-radius: 4px;
    background: #fff;
}
@media screen and (min-width: 768px) {
    .block-section {
        width: calc(100% - 80px);
        max-width: 920px;
        margin: 0 auto 16px;
        padding: 64px 80px;
    }
}
@media screen and (min-width: 768px) {
    .block-section .section-inner {
        max-width: 920px;
        margin: 0 auto;
    }
}
.block-section .section-end {
    font-weight: bold;
    text-align: center;
}
.block-section .section-end-title {
    margin-bottom: 16px;
    color: #f02;
    font-size: 24px;

    -webkit-text-stroke: 1px #f02;
}
@media screen and (min-width: 768px) {
    .block-section .section-end-title {
        margin-bottom: 24px;
        font-size: 32px;
    }
}
.block-section .section-end-text {
    font-size: 18px;
}
.block-section .section-text {
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .block-section .section-text {
        margin: 0 24px;
        line-height: 2;
    }
}
.block-section .section-list {
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .block-section .section-list {
        margin: 0 24px;
        line-height: 2;
    }
}
.block-section .section-list > li {
    display: flex;
    align-items: flex-start;
}
.block-section .section-list > li::before {
    content: "・";
    flex-shrink: 0;
}
.block-section .section-list-number {
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .block-section .section-list-number {
        margin: 0 24px;
        line-height: 2;
    }
}
.block-section .section-list-number > li {
    margin-left: 1em;
    text-indent: -1em;
}
.block-section .section-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    width: max-content;
    margin: 0 auto;
    color: #f02;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    .block-section .section-link {
        font-size: 16px;
    }
    .block-section .section-link:hover::before {
        border-color: #fff;
    }
    .block-section .section-link:hover::after {
        background-color: #f02;
    }
}
.block-section .section-link::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 24px;
    border: 1px solid #f02;
    border-radius: 12px;
}
@media screen and (min-width: 768px) {
    .block-section .section-link::after {
        width: 48px;
        height: 28px;
        border-radius: 14px;
        transition: background-color .3s ease;
    }
}
.block-section .section-link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(-135deg);
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-right: -1px;
    border-bottom: 1px solid #f02;
    border-left: 1px solid #f02;
}
@media screen and (min-width: 768px) {
    .block-section .section-link::before {
        margin-right: 2px;
    }
}
.block-section.outline {
    position: relative;
    padding-top: 48px;
    border-radius: 32px 32px 4px 4px;
}
.block-section.outline::before {
    content: "";
    position: absolute;
    top: -34px;
    left: 12px;
    width: 86px;
    height: 100px;
    background: url("../images/bg_single_right_koban.png") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
    .block-section.outline::before {
        top: -52px;
        left: 18px;
        width: 146px;
        height: 168px;
    }
}
.block-section.attention {
    margin: 0 8px;
    padding-bottom: 48px;
    border-radius: 4px 4px 32px 32px;
}
@media screen and (min-width: 768px) {
    .block-section.attention {
        position: relative;
        z-index: 1;
        margin: 0 auto;
        padding-bottom: 104px;
        border-radius: 4px 4px 80px 80px;
    }
}
.block-section.attention::before {
    content: "";
    position: absolute;
    top: -32px;
    right: 12px;
    width: 56px;
    height: 80px;
    background: url("../images/bg_attention_koban.png") no-repeat left top/100% auto;
}
@media screen and (min-width: 768px) {
    .block-section.attention::before {
        top: -80px;
        right: -64px;
        width: 98px;
        height: 140px;
    }
}
.block-section.attention .section-link {
    margin-top: 32px;
}