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

main {
    padding: 40px 0 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;
        padding: 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-flow {
    display: flex;
    flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
    .list-flow {
        flex-wrap: wrap;
        gap: 80px;
    }
}
.list-flow::before,
.list-flow::after {
    content: "";
    display: block;
    flex: 0 0 38px;
}
@media screen and (min-width: 768px) {
    .list-flow::before,
    .list-flow::after {
        content: none;
    }
}
.list-flow > li {
    flex: 0 0 calc(100vw - 128px);
}
@media screen and (min-width: 768px) {
    .list-flow > li {
        flex: 1;
    }
}
.list-flow > li:last-child .flow-image::before {
    content: none;
}
.list-flow .flow-image,
.list-flow .flow-text {
    padding: 0 24px;
}
@media screen and (min-width: 768px) {
    .list-flow .flow-image,
    .list-flow .flow-text {
        padding: 0;
    }
}
.list-flow .flow-image {
    position: relative;
    margin-bottom: 16px;
    text-align: center;
}
.list-flow .flow-image::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    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) {
    .list-flow .flow-image::before {
        left: calc(100% + 40px);
    }
}
.list-flow .flow-text {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.list-flow .flow-auto-charge {
    position: relative;
}
.list-flow .flow-auto-charge::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -16px;
    right: -20px;
    width: 88px;
    height: 88px;
    background: url("../images/icon_flow_auto_charge.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
    .list-flow .flow-auto-charge::before {
        right: -32px;
    }
}
.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-sns-share {
    margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
    .block-mainvisual {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
}
.block-mainvisual .mainvisual-title {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-mainvisual .mainvisual-title {
        position: relative;
        max-width: 1280px;
        margin: 0 auto;
    }
}
.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 80px;
        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-permanent {
    position: relative;
    margin-bottom: 56px;
    padding: 0 8px;
}
@media screen and (min-width: 768px) {
    .block-entry-permanent {
        margin-bottom: 40px;
        padding: 0 40px;
        background: none;
    }
}
.block-entry-permanent .entry-inner {
    position: relative;
    margin-bottom: 8px;
    padding: 32px;
    border-radius: 32px;
    background: #fff;
}
@media screen and (min-width: 768px) {
    .block-entry-permanent .entry-inner {
        max-width: 920px;
        margin: 0 auto 8px;
        padding: 32px;
    }
}
.block-entry-permanent .entry-inner:last-child {
    margin-bottom: 0;
}
.block-entry-permanent .entry-inner > .text-note {
    margin-top: 16px;
}
@media screen and (min-width: 768px) {
    .block-entry-permanent .entry-inner > .text-note {
        text-align: center;
    }
}
.block-entry-permanent .entry-navigation {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media screen and (min-width: 768px) {
    .block-entry-permanent .entry-navigation {
        align-items: end;
        flex-direction: row;
        justify-content: center;
        gap: 24px;
    }
}
.block-entry-permanent .entry-navigation-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 296px;
    height: 64px;
    margin: 24px auto 0;
    padding: 0 16px;
    border-radius: 32px;
    background: #1c2b50;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-entry-permanent .entry-navigation-button {
        max-width: 360px;
        height: 80px;
        margin: 32px 0 0;
        border-radius: 40px;
        font-size: 18px;
        transition: opacity .3s ease;
    }
    .block-entry-permanent .entry-navigation-button:hover {
        opacity: .7;
    }
}
.block-entry-permanent .entry-navigation-button.login {
    margin-top: 0;
    background: #ee6001;
}
.block-entry-permanent .entry-navigation-button.charge {
    background: #f02;
}
.block-entry-permanent .entry-navigation-button.charge .entry-navigation-button-bubble {
    border-color: #f02;
    color: #f02;
}
.block-entry-permanent .entry-navigation-button.charge .entry-navigation-button-bubble::before {
    border-top-color: #f02;
}
.block-entry-permanent .entry-navigation-button.furunavi {
    border: 1px solid #f02;
    background: #fff;
    color: #f02;
}
.block-entry-permanent .entry-navigation-button.disabled {
    margin-top: 0;
    background: #d5d5d5;
    color: #949494;
    pointer-events: none;
}
.block-entry-permanent .entry-navigation-button-bubble {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    min-height: 32px;
    padding: 0 16px;
    border: 2px solid #1c2b50;
    border-radius: 16px;
    background: #fff;
    color: #1c2b50;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}
@media screen and (min-width: 768px) {
    .block-entry-permanent .entry-navigation-button-bubble {
        top: -32px;
        min-height: 40px;
        padding: 0 32px;
        border-radius: 20px;
        font-size: 14px;
    }
}
.block-entry-permanent .entry-navigation-button-bubble::before,
.block-entry-permanent .entry-navigation-button-bubble::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    height: 0;
}
.block-entry-permanent .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-permanent .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-permanent .entry-navigation-button + .text-note {
    margin-top: 16px;
    text-align: center;
}
.block-entry-permanent .entry-navigation-description {
    display: flex;
    align-items: center;
    flex-direction: column;
}
@media screen and (min-width: 768px) {
    .block-entry-permanent .entry-navigation-description {
        align-items: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 48px;
    }
}
.block-entry-permanent .entry-navigation-description > dd {
    display: grid;
    grid-template-columns: 56px 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 8px;
    margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
    .block-entry-permanent .entry-navigation-description > dd {
        grid-template-columns: 64px 1fr;
        gap: 16px;
        width: calc((100% - 48px) / 2);
        max-width: 360px;
        margin-bottom: 0;
    }
}
.block-entry-permanent .entry-navigation-description > dd:last-child {
    margin-bottom: 0;
}
.block-entry-permanent .entry-navigation-description-image {
    align-self: center;
    grid-row: span 2;
}
.block-entry-permanent .entry-navigation-description-title {
    font-size: 18px;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    .block-entry-permanent .entry-navigation-description-title {
        font-size: 20px;
    }
}
.block-entry-permanent .entry-navigation-description-text {
    margin-top: -8px;
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .block-entry-permanent .entry-navigation-description-text {
        margin-top: -16px;
        font-size: 16px;
    }
}
.block-entry-permanent .entry-navigation-description .entry-navigation-button {
    grid-column: span 2;
}
.block-entry-permanent .entry-navigation-description .heading-bubble {
    width: calc(100% + 64px);
    margin: 0 -32px 12px;
}
.block-entry-permanent .entry-notes {
    max-width: 920px;
    margin: 0 auto;
}
.block-entry-permanent .entry-text {
    position: relative;
    margin-bottom: 24px;
    padding: 0 8px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-entry-permanent .entry-text {
        max-width: 920px;
        margin: 0 auto 40px;
        padding: 0;
    }
}
.block-entry-permanent.charge-detail {
    margin-bottom: 48px;
    padding-top: 24px;
}
@media screen and (min-width: 768px) {
    .block-entry-permanent.charge-detail {
        margin-bottom: 80px;
    }
}
.block-entry-permanent.charge-detail::before {
    content: "";
    position: absolute;
    top: -5%;
    right: 0;
    left: 0;
    height: 430px;
    background: url("../images/bg_entry.png") no-repeat center/auto 100%;
}
@media screen and (min-width: 768px) {
    .block-entry-permanent.charge-detail::before {
        top: 25%;
        transform: translateY(-50%);
        height: 934px;
        margin-top: 120px;
    }
}
.block-entry-permanent.charge-detail .entry-navigation {
    gap: 32px;
}
@media screen and (min-width: 768px) {
    .block-entry-permanent.charge-detail .entry-navigation {
        align-items: center;
        flex-direction: column;
    }
}
.block-entry-permanent.charge-detail .entry-navigation-button {
    margin-top: 0;
}
.block-entry {
    position: relative;
    margin-bottom: 56px;
    padding: 0 8px;
}
@media screen and (min-width: 768px) {
    .block-entry {
        margin-bottom: 40px;
        padding: 0 40px;
        background: none;
    }
}
.block-entry .entry-inner {
    position: relative;
    margin-bottom: 16px;
    padding: 16px 32px 32px;
    border-radius: 32px;
    background: #fff;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-inner {
        max-width: 920px;
        margin: 0 auto 8px;
        padding: 32px;
    }
}
.block-entry .entry-inner:last-child {
    margin-bottom: 0;
}
.block-entry .entry-inner > .text-note {
    margin-top: 16px;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-inner > .text-note {
        text-align: center;
    }
}
.block-entry .entry-navigation {
    display: flex;
    flex-direction: column;
    gap: 0;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation {
        align-items: end;
        flex-direction: row;
        flex-wrap: wrap;
        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: 32px auto 0;
    padding: 0 16px;
    border-radius: 32px;
    background: #1c2b50;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-button {
        flex: 1 1 40%;
        min-width: 0;
        max-width: 360px;
        height: 80px;
        margin: 24px 0 0;
        border-radius: 40px;
        font-size: 18px;
        transition: opacity .3s ease;
    }
    .block-entry .entry-navigation-button:hover {
        opacity: .7;
    }
}
.block-entry .entry-navigation-button.login {
    margin: 8px auto 0;
    background: #ee6001;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-button.login {
        margin: 0 auto 0;
    }
}
.block-entry .entry-navigation-button.charge {
    margin-top: 48px;
    background: #f02;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-button.charge {
        margin-top: 40px;
    }
}
.block-entry .entry-navigation-button.charge .entry-navigation-button-bubble {
    max-width: 220px;
    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.furunavi {
    border: 1px solid #f02;
    background: #fff;
    color: #f02;
}
.block-entry .entry-navigation-button.disabled {
    margin: 32px auto 0;
    background: #d5d5d5;
    color: #949494;
    pointer-events: none;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-button.disabled {
        margin: 24px 0 0;
    }
}
.block-entry .entry-navigation-button.ended {
    margin: 32px auto 0;
    background: #d5d5d5;
    color: #949494;
    pointer-events: none;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-button.ended {
        margin: 24px 0 0;
    }
}
.block-entry .entry-navigation-button-bubble {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    min-height: 32px;
    padding: 0 16px;
    border: none;
    background: none;
    color: #1c2b50;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-button-bubble {
        top: -32px;
        width: 100%;
        max-width: 320px;
        min-height: 40px;
        padding: 0 32px;
        border: 2px solid #1c2b50;
        border-radius: 20px;
        background: #fff;
        font-size: 14px;
    }
}
@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;
    }
}
.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-button + .text-note {
    margin-top: 16px;
    padding: 0 2vw;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-button + .text-note {
        padding: 0 2.5vw;
        padding: 0 0 0 16px;
    }
}
.block-entry .entry-navigation-description {
    display: flex;
    align-items: center;
    flex-direction: column;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-description {
        align-items: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 48px;
    }
}
.block-entry .entry-navigation-description > dd {
    display: grid;
    grid-template-columns: 56px 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 8px;
    margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-description > dd {
        grid-template-columns: 64px 1fr;
        gap: 16px;
        width: calc((100% - 48px) / 2);
        max-width: 360px;
        margin-bottom: 0;
    }
}
.block-entry .entry-navigation-description > dd:last-child {
    margin-bottom: 0;
}
.block-entry .entry-navigation-description-image {
    align-self: center;
    grid-row: span 2;
}
.block-entry .entry-navigation-description-title {
    font-size: 18px;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-description-title {
        font-size: 20px;
    }
}
.block-entry .entry-navigation-description-text {
    margin-top: -8px;
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-description-text {
        margin-top: -16px;
        font-size: 16px;
    }
}
.block-entry .entry-navigation-description .entry-navigation-button {
    grid-column: span 2;
}
.block-entry .entry-navigation-description .heading-bubble {
    width: calc(100% + 64px);
    margin: 0 -32px 12px;
}
.block-entry .entry-navigation-plus {
    max-width: 30px;
    margin: 8px auto 0;
    padding-bottom: 0;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-plus {
        margin: 0;
        padding-bottom: 24px;
    }
}
.block-entry .entry-navigation-advance {
    display: block;
    padding: 8px 0 56px;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-advance {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0 16px;
        width: 100%;
        padding: 40px 0;
    }
}
.block-entry .entry-navigation-advance img {
    display: block;
    max-width: 30px;
    margin: 8px auto;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-advance img {
        margin: 0;
        padding-bottom: 0;
    }
}
.block-entry .entry-navigation-advance.navigation-advance-login {
    padding: 0;
}
.block-entry .entry-navigation-advance.navigation-advance-login .entry-navigation-button {
    margin-top: 16px;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-advance.navigation-advance-login .entry-navigation-button {
        margin-top: 0;
    }
}
.block-entry .entry-navigation-advance.navigation-advance-ended {
    margin: 0;
}
.block-entry .entry-navigation-advance.navigation-advance-entered {
    padding: 8px 0 40px;
}
.block-entry .entry-navigation-advance.navigation-advance-entered button {
    margin: 32px auto 0;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-advance.navigation-advance-entered button {
        margin: 32px 0 0;
    }
}
.block-entry .entry-navigation-advance.disabled {
    margin: 32px auto 0;
    background: #d5d5d5;
    color: #949494;
    pointer-events: none;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-advance.disabled {
        margin: 0;
    }
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-guest {
        gap: 16px;
    }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
    .block-entry .entry-navigation-guest {
        gap: 0;
    }
}
.block-entry .entry-navigation-guest .entry-navigation-button {
    margin-top: 16px;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-guest .entry-navigation-button {
        margin-top: 0;
    }
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-actions {
        gap: 16px;
    }
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-entered {
        gap: 16px;
        margin-top: 24px;
    }
}
.block-entry .entry-navigation-entered .entry-navigation-button.disabled {
    margin: 32px auto 0;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-entered .entry-navigation-button.disabled {
        margin: 0;
    }
}
.block-entry .entry-notes {
    max-width: 920px;
    margin: 0 auto;
}
.block-entry .entry-text {
    position: relative;
    margin-bottom: 24px;
    padding: 0 8px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-text {
        max-width: 920px;
        margin: 0 auto 24px;
        padding: 0;
    }
}
.block-entry.charge-detail {
    margin-bottom: 48px;
    padding-top: 56px;
}
@media screen and (min-width: 768px) {
    .block-entry.charge-detail {
        margin-bottom: 80px;
        padding-top: 24px;
    }
}
.block-entry.charge-detail::before {
    content: "";
    position: absolute;
    top: -5%;
    right: 0;
    left: 0;
    height: 430px;
    background: url("../images/bg_entry.png") no-repeat center/auto 100%;
}
@media screen and (min-width: 768px) {
    .block-entry.charge-detail::before {
        top: 25%;
        transform: translateY(-50%);
        height: 934px;
        margin-top: 120px;
    }
}
.block-entry.charge-detail .entry-navigation {
    gap: 32px;
}
@media screen and (min-width: 768px) {
    .block-entry.charge-detail .entry-navigation {
        align-items: center;
        flex-direction: column;
    }
}
@media screen and (min-width: 768px) {
    .block-entry.charge-detail .entry-navigation-button {
        margin-top: 0;
    }
}
.block-entry .text-note {
    max-width: 996px;
    margin: 0 auto;
    padding: 0 4vw;
    text-align: left;
}
.block-increase {
    position: relative;
    margin-bottom: 24px;
    padding: 0 8px;
}
@media screen and (min-width: 768px) {
    .block-increase {
        margin-bottom: 40px;
        padding: 0 40px;
        background: none;
    }
}
.block-increase .increase-text {
    position: relative;
    padding: 0 8px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-increase .increase-text {
        max-width: 920px;
        margin: 0 auto 40px;
        padding: 0;
    }
}
.block-increase .increase-image img {
    display: block;
    margin: 0 auto 16px;
    padding: 0 3vw;
}
@media screen and (min-width: 768px) {
    .block-increase .increase-image img {
        margin-bottom: 8px;
    }
}
.block-increase .increase-step img {
    padding: 0 6vw;
}
@media screen and (min-width: 768px) {
    .block-increase .increase-step img {
        padding: 0 4vw;
    }
}
.block-steps {
    position: relative;
    z-index: 1;
}
.block-steps::before {
    content: "";
    position: absolute;
    top: calc(25vw - 1px);
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff9e9;
}
@media screen and (min-width: 768px) {
    .block-steps::before {
        top: calc(28vw - 1px);
    }
}
@media screen and (min-width: 768px) {
    .block-steps::after {
        content: "";
        position: absolute;
        top: 0;
        left: calc(50% + 424px);
        width: 180px;
        height: 292px;
        background: url("../images/bg_steps_koban.png") no-repeat left center/auto 100%;
    }
}
.block-steps .steps-semicircle {
    position: relative;
    height: 25vw;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-semicircle {
        height: 28vw;
    }
}
.block-steps .steps-semicircle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 125vw;
    height: 120vw;
    border-radius: 50%;
    background: #fff9e9;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-semicircle::before {
        width: 120vw;
    }
}
.block-steps .steps-inner {
    position: relative;
    margin-top: -25vw;
    padding: 23vw 16px 48px;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-inner {
        margin-top: -28vw;
        padding: 100px 40px 80px;
    }
}
.block-steps .steps-flow {
    display: flex;
    flex-direction: column;
    gap: 72px;
    margin-top: 80px;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow {
        align-items: start;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 64px 40px;
        max-width: 920px;
        margin: 88px auto 0;
    }
}
.block-steps .steps-flow > li {
    position: relative;
    padding: 32px 16px;
    border: 3px solid #f02;
    border-radius: 32px;
    background: #fff;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow > li {
        width: calc(50% - 20px);
        padding: 32px;
        border-radius: 32px;
    }
}
.block-steps .steps-flow > li:nth-child(1) {
    padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow > li:nth-child(1) {
        padding-bottom: 24px;
    }
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow > li:nth-child(2) {
        margin-top: 56px;
    }
}
.block-steps .steps-flow > li:nth-child(2) .steps-flow-title {
    right: 32px;
    left: auto;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow > li:nth-child(2) .steps-flow-title {
        right: auto;
        left: 40px;
    }
}
.block-steps .steps-flow-title {
    position: absolute;
    bottom: 100%;
    left: 32px;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow-title {
        left: 40px;
    }
}
.block-steps .steps-flow-title img {
    width: 128px;
}
.block-steps .steps-flow-lead {
    margin-bottom: 8px;
    font-weight: bold;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow-lead {
        margin-bottom: 16px;
        line-height: 1.8;
    }
}
.block-steps .steps-flow-image {
    margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow-image {
        margin-bottom: 16px;
    }
}
.block-steps .steps-flow-image:last-child {
    margin-bottom: 0;
}
.block-steps .steps-flow .text-note {
    margin-bottom: 8px;
}
.block-steps .steps-flow .text-note:last-child {
    margin-bottom: 0;
}
.block-steps .steps-flow .link-text.anchor {
    margin-right: 0;
}
.block-campaigns {
    padding: 0 8px 48px;
    background: #fff9e9;
}
@media screen and (min-width: 768px) {
    .block-campaigns {
        padding-bottom: 80px;
    }
}
.block-introduction {
    padding: 48px 0;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .block-introduction {
        padding: 80px 0;
    }
}
.block-introduction .introduction-texts {
    margin-bottom: 24px;
    padding: 0 24px;
}
@media screen and (min-width: 768px) {
    .block-introduction .introduction-texts {
        margin-bottom: 32px;
        text-align: center;
    }
}
.block-introduction .introduction-image {
    display: block;
    margin-bottom: 24px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-introduction .introduction-image {
        margin-bottom: 16px;
        padding: 0 24px;
    }
}
.block-introduction .introduction-notes {
    padding: 0 24px;
}
@media screen and (min-width: 768px) {
    .block-introduction .introduction-notes {
        width: fit-content;
        margin: 0 auto;
    }
}
.block-example {
    position: relative;
    padding: 48px 8px;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .block-example {
        padding: 64px;
    }
}
.block-example::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    background: #f02 url("../images/bg_example.svg") repeat center top -40px;
    background-attachment: fixed;
}
@media screen and (min-width: 768px) {
    .block-example::before {
        background-position: center top -60px;
    }
}
@media screen and (min-width: 768px) {
    .block-example::after {
        content: "";
        position: absolute;
        top: -80px;
        right: calc(50% + 413px);
        width: 146px;
        height: 168px;
        background: url("../images/bg_single_right_koban.png") no-repeat center/contain;
    }
}
.block-example .example-inner {
    position: relative;
    z-index: 1;
}
.block-example .example-graph {
    margin-bottom: 24px;
    padding: 24px 8px 24px 24px;
    border-radius: 32px;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .block-example .example-graph {
        max-width: 920px;
        margin: 0 auto 32px;
        padding: 0 24px 24px;
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    .block-example .example-graph-image {
        position: relative;
        top: -12px;
    }
}
.block-example .example-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    width: max-content;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    .block-example .example-link {
        font-size: 16px;
    }
    .block-example .example-link:hover::before {
        border-color: #f02;
    }
    .block-example .example-link:hover::after {
        background-color: #fff;
    }
}
.block-example .example-link::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 12px;
}
@media screen and (min-width: 768px) {
    .block-example .example-link::after {
        width: 48px;
        height: 28px;
        border-radius: 14px;
        transition: background-color .3s ease;
    }
}
.block-example .example-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 #fff;
    border-left: 1px solid #fff;
}
@media screen and (min-width: 768px) {
    .block-example .example-link::before {
        margin-right: 2px;
    }
}
.block-services {
    padding: 48px 24px;
    background-color: #fff;
}
.block-services .services-list {
    margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
    .block-services .services-list {
        display: flex;
        gap: 24px;
        max-width: 1192px;
        margin: 0 auto 24px;
    }
}
.block-services .services-list-group {
    margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
    .block-services .services-list-group {
        width: calc(25% - 24px);
        margin-bottom: 0;
        padding-right: 24px;
        border-right: 1px dashed #bbb;
    }
}
.block-services .services-list-group:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    .block-services .services-list-group:last-child {
        padding-right: 0;
        border-right: none;
    }
}
.block-services .services-list-group > dd {
    margin: 0 -24px;
    padding-bottom: 16px;
    overflow-x: auto;
}
@media screen and (min-width: 768px) {
    .block-services .services-list-group > dd {
        margin: 0;
        padding-bottom: 0;
        overflow: visible;
    }
}
@media screen and (min-width: 768px) {
    .block-services .services-list-group.ota {
        flex-grow: 1;
    }
}
@media screen and (min-width: 768px) {
    .block-services .services-list-group.ota .services-list-items > li {
        flex-basis: calc((100% - 48px) / 3);
    }
}
.block-services .services-list-items {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}
@media screen and (min-width: 768px) {
    .block-services .services-list-items {
        gap: 24px;
    }
}
.block-services .services-list-items::before,
.block-services .services-list-items::after {
    content: "";
    display: block;
    flex: 0 0 8px;
}
@media screen and (min-width: 768px) {
    .block-services .services-list-items::before,
    .block-services .services-list-items::after {
        content: none;
    }
}
.block-services .services-list-items > li {
    flex: 0 0 242px;
}
@media screen and (min-width: 768px) {
    .block-services .services-list-items > li {
        flex-basis: 100%;
    }
}
.block-services .services-list-items-image {
    margin-bottom: 12px;
}
.block-services .services-list-items-text {
    font-weight: bold;
    line-height: 1.4;
}
.block-services .services-list-items-hashtag {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 8px;
}
@media screen and (min-width: 768px) {
    .block-services .services-list-items-hashtag {
        margin-top: 4px;
    }
}
.block-services .services-list-items-hashtag > li {
    color: #999;
    font-size: 13px;
    line-height: 1;
}
@media screen and (min-width: 768px) {
    .block-services .services-list-items-hashtag > li {
        font-weight: bold;
    }
}
.block-services .services-list-items-hashtag > li::before {
    content: "#";
}
.block-services .services-list .heading-bubble {
    margin: 0 0 16px;
}
.block-services .services-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-services .services-link {
        margin: 0 auto;
        font-size: 16px;
    }
    .block-services .services-link:hover::before {
        border-color: #fff;
    }
    .block-services .services-link:hover::after {
        background-color: #f02;
    }
}
.block-services .services-link::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 24px;
    border: 1px solid #f02;
    border-radius: 12px;
}
@media screen and (min-width: 768px) {
    .block-services .services-link::after {
        width: 48px;
        height: 28px;
        border-radius: 14px;
        transition: background-color .3s ease;
    }
}
.block-services .services-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-services .services-link::before {
        margin-right: 2px;
    }
}
.block-charge-method {
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.block-charge-method::before {
    content: "";
    position: absolute;
    top: calc(25vw - 1px);
    right: 0;
    bottom: 0;
    left: 0;
    background: #f10020;
}
@media screen and (min-width: 768px) {
    .block-charge-method::before {
        top: calc(28vw - 1px);
    }
}
.block-charge-method::after {
    content: "";
    position: absolute;
    top: 0;
    right: 8px;
    width: 29.3vw;
    height: 29.8vw;
    background: url("../images/bg_charge_method_koban.png") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
    .block-charge-method::after {
        right: auto;
        left: calc(50% + 298px);
        width: 210px;
        height: 214px;
    }
}
.block-charge-method .charge-method-semicircle {
    position: relative;
    height: 25vw;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .block-charge-method .charge-method-semicircle {
        height: 28vw;
    }
}
.block-charge-method .charge-method-semicircle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 125vw;
    height: 120vw;
    border-radius: 50%;
    background: #f10020;
}
@media screen and (min-width: 768px) {
    .block-charge-method .charge-method-semicircle::before {
        width: 120vw;
    }
}
.block-charge-method .charge-method-inner {
    position: relative;
    margin-top: -25vw;
    padding: 23vw 8px 0;
}
@media screen and (min-width: 768px) {
    .block-charge-method .charge-method-inner {
        margin-top: -28vw;
        padding: 100px 40px 0;
    }
}
.block-charge-method .charge-method-description {
    margin-bottom: 24px;
    padding: 0 16px;
    color: #fff;
}
@media screen and (min-width: 768px) {
    .block-charge-method .charge-method-description {
        text-align: center;
    }
}
.block-charge-method .charge-method-howto {
    padding: 32px 16px;
    border-radius: 32px;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .block-charge-method .charge-method-howto {
        max-width: 920px;
        margin: 40px auto 0;
        padding: 40px 80px;
    }
}
.block-charge-method .charge-method-howto-tab {
    display: flex;
    position: relative;
    padding-bottom: 4px;
}
.block-charge-method .charge-method-howto-tab::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    border-radius: 2px;
    background: #ddd;
}
.block-charge-method .charge-method-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-charge-method .charge-method-howto-tab.is-active-second::after {
    left: 50%;
}
.block-charge-method .charge-method-howto-tab > li {
    flex: 1;
}
.block-charge-method .charge-method-howto-tab-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-bottom: 8px;
    color: #999;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-charge-method .charge-method-howto-tab-button {
        height: auto;
        padding: 12px 12px;
        font-size: 16px;
        transition: opacity .3s ease;
    }
    .block-charge-method .charge-method-howto-tab-button:hover {
        opacity: .7;
    }
}
.block-charge-method .charge-method-howto-tab-button.is-active {
    color: #f02;
}
.block-charge-method .charge-method-howto-contents > li {
    display: none;
}
.block-charge-method .charge-method-howto-contents > li.is-show {
    display: block;
}
.block-charge-method .charge-method-howto-scroll {
    margin: 0 -16px;
    padding: 24px 0 16px;
    overflow-x: auto;
}
@media screen and (min-width: 768px) {
    .block-charge-method .charge-method-howto-scroll {
        margin: 0 0 16px;
        padding-top: 48px;
    }
}
.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;
}