@charset "UTF-8";
:root {
    --colorText: #000;
    --colorBg: #fff;
    --color01: #008ef4;
    --color02: #ffb31c;
    --color03: #22dabb
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}
:where(ul, ol) {
    list-style: none
}
:where(main.p-wholepurchase) :where([hidden]:not([hidden=until-found])) {
    display: none !important
}
:where(main.p-wholepurchase) :where(a) {
    color: inherit;
    text-underline-offset: .2ex
}
:where(main.p-wholepurchase) :where(img) {
    display: block
}
:where(main.p-wholepurchase) :where(img, picture, svg, video) {
    max-inline-size: 100%;
    block-size: auto
}
:where(main.p-wholepurchase) :where(p, h1, h2, h3, h4, h5, h6) {
    overflow-wrap: break-word
}
html:where(:has(main.p-wholepurchase)) {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}
:where(main.p-wholepurchase) {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: Noto Sans JP, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, osaka, 游ゴシック, Yu Gothic, yugothic, メイリオ, meiryo, sans-serif;
    font-size: 1.6rem;
    color: var(--colorText);
    letter-spacing: .05em;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased
}
:where(:focus-visible) {
    outline: revert;
    outline-offset: revert;
    -webkit-box-shadow: revert;
    box-shadow: revert
}
:where(h1, h2, h3) {
    text-wrap: revert
}
:where(main.p-wholepurchase) .container {
    max-width: 124rem;
    padding-right: 2rem;
    padding-left: 2rem;
    margin-right: auto;
    margin-left: auto
}
@media screen and (max-width: 48em) {
    :where(main.p-wholepurchase) .container {
        width: 92%;
        padding-right: 0;
        padding-left: 0
    }
}
@media screen and (max-width: 48em) {
    :where(main.p-wholepurchase) .pcOnly {
        display: none
    }
}
@media not screen and (max-width: 48em) {
    :where(main.p-wholepurchase) .spOnly {
        display: none
    }
}
:where(main.p-wholepurchase) .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap
}
.p-wholepurchase .secTtl {
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1.68;
    color: var(--color01);
    text-align: center;
    letter-spacing: .05em
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secTtl {
        font-size: 2.6rem
    }
}
.p-wholepurchase .secTtl_2ndClr {
    color: #333
}
.p-wholepurchase .secTtl_lineDeco {
    font-size: 3.2rem;
    line-height: 2.5
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secTtl_lineDeco {
        font-size: 2rem;
        line-height: 2
    }
}
.p-wholepurchase .secTtl_lineDeco:before {
    padding-right: .2em;
    content: "\\"
}
.p-wholepurchase .secTtl_lineDeco:after {
    padding-left: .2em;
    content: "/"
}
.p-wholepurchase .secSubTtl {
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1.6;
    text-align: center;
    letter-spacing: .05em
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secSubTtl {
        font-size: 2rem
    }
}
.p-wholepurchase .secInner {
    border-radius: 6.4rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secInner {
        border-radius: 1.6rem
    }
}
.p-wholepurchase .btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 64.2rem;
    padding: 2rem 6rem 2rem 4rem;
    margin: 4.8rem auto 0;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--colorBg);
    text-align: center;
    letter-spacing: .05em;
    background: var(--color02);
    border: 2px solid var(--colorBg);
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 6px #00000026;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .btn {
        padding: 1.8rem 4rem 1.8rem 2rem;
        margin-top: 3.2rem;
        font-size: 2rem
    }
}
.p-wholepurchase .btn:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 2rem;
    height: 2.8rem;
    margin: auto;
    margin-right: 3.2rem;
    content: "";
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215%22%20height%3D%2224%22%20viewBox%3D%220%200%2015%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.0378%2011.2223C14.533%2011.6225%2014.533%2012.3775%2014.0378%2012.7777L1.62862%2022.808C0.97468%2023.3365%208.20199e-07%2022.8711%208.56953e-07%2022.0302L1.73383e-06%201.96975C1.77058e-06%201.1289%200.97468%200.663467%201.62862%201.19204L14.0378%2011.2223Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E) center center/contain no-repeat
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .btn:after {
        width: 1.1rem;
        height: 1.5rem;
        margin-right: 2.2rem
    }
}
.p-wholepurchase .mv {
    background: #fafafa
}
.p-wholepurchase .mv .secInner {
    padding: 3.8rem 0 10.2rem;
    background: var(--color01);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .mv .secInner {
        padding: 0 0 4.8rem
    }
}
.p-wholepurchase .mv .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 152rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .mv .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}
.p-wholepurchase .mv_txts {
    width: 50%;
    padding-top: 1rem;
    padding-right: min((100vw - 40px) * 56 / 1200, 5.6rem);
    padding-left: min((100vw - 40px) * 38 / 1200, 3.8rem)
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .mv_txts {
        display: contents
    }
}
.p-wholepurchase .mv_txt {
    margin-top: 3rem;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 2;
    color: var(--colorBg);
    letter-spacing: .05em
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .mv_txt {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 92%;
        margin: 2rem auto 0;
        font-size: 1.4rem;
        line-height: 1.71
    }
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .mv_btn {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 92%;
        margin: 0 auto
    }
}
.p-wholepurchase .mv_btn .btn {
    padding: 2rem 5rem 2rem 3rem;
    margin-top: 4rem;
    font-size: min((100vw - 40px) * 32 / 1200, 3.2rem)
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .mv_btn .btn {
        padding: 1.8rem 4rem 1.8rem 2rem;
        margin-top: 2rem;
        font-size: 2rem
    }
    .p-wholepurchase .mv_btn .btn:after {
        width: 1.6rem;
        height: 1.9rem
    }
}
.p-wholepurchase .mv_picAndArea {
    width: 50%
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .mv_picAndArea {
        width: 100%
    }
}
.p-wholepurchase .mv_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.2rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: min((100vw - 40px) * 38 / 1200, 3.8rem);
    padding-bottom: 1.6rem;
    margin-top: 2rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .mv_area {
        gap: 1rem;
        width: 92%;
        padding-right: 0;
        margin: 0 auto;
        margin-top: 1rem;
        border-bottom: 1px solid var(--colorBg)
    }
}
.p-wholepurchase .mv_areaTtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--colorBg);
    letter-spacing: .06em
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .mv_areaTtl {
        gap: 1.2rem;
        font-size: 1.4rem
    }
}
.p-wholepurchase .mv_areaTtl:before, .p-wholepurchase .mv_areaTtl:after {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    content: "";
    background-color: var(--colorBg)
}
.p-wholepurchase .mv_areaList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .8rem
}
@media screen and (max-width: 95.625em) {
    .p-wholepurchase .mv_areaList {
        width: 100%
    }
}
.p-wholepurchase .mv_areaList>li {
    display: block;
    place-items: center;
    width: min((100vw - 40px) * 96 / 1200, 9.6rem);
    padding: .2rem 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color01);
    text-align: center;
    letter-spacing: 0;
    background: var(--colorBg);
    border-radius: .2rem
}
@media screen and (max-width: 95.625em) {
    .p-wholepurchase .mv_areaList>li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: .5rem 0
    }
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .mv_areaList>li {
        font-size: 1.4rem;
        border-radius: .4rem
    }
}
.p-wholepurchase .mv_term {
    padding-top: .2em;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--colorBg);
    text-align: center;
    letter-spacing: .02em
}
@media screen and (max-width: 95.625em) {
    .p-wholepurchase .mv_term {
        width: 100%;
        letter-spacing: .06em
    }
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .mv_term {
        padding-top: 0;
        font-size: 2rem
    }
}
.p-wholepurchase .secAruaru {
    position: relative;
    z-index: 1;
    padding: 8rem 0 0;
    background: #fafafa
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secAruaru {
        padding-top: 4rem
    }
}
.p-wholepurchase .secAruaru_list {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 28% 1fr 28%;
    gap: 0 4%;
    margin-top: 5.5rem
}
@media screen and (max-width: 62.5em) {
    .p-wholepurchase .secAruaru_list {
        grid-template-rows: repeat(4, auto);
        grid-template-columns: repeat(2, 1fr);
        gap: 1.6rem 1.4rem;
        margin-top: 2rem
    }
}
.p-wholepurchase .secAruaru_list>li:nth-child(1) {
    grid-area: 1/1/2/2
}
@media screen and (max-width: 62.5em) {
    .p-wholepurchase .secAruaru_list>li:nth-child(1) {
        grid-area: 1/1/2/2
    }
}
.p-wholepurchase .secAruaru_list>li:nth-child(1) .secAruaru_listItem {
    width: 89%;
    margin-right: 0;
    margin-left: auto
}
@media screen and (max-width: 62.5em) {
    .p-wholepurchase .secAruaru_list>li:nth-child(1) .secAruaru_listItem {
        width: 100%
    }
}
.p-wholepurchase .secAruaru_list>li:nth-child(2) {
    grid-area: 1/3/2/4
}
@media screen and (max-width: 62.5em) {
    .p-wholepurchase .secAruaru_list>li:nth-child(2) {
        grid-area: 1/2/2/3
    }
}
.p-wholepurchase .secAruaru_list>li:nth-child(2) .secAruaru_listItem {
    width: 89%
}
@media screen and (max-width: 62.5em) {
    .p-wholepurchase .secAruaru_list>li:nth-child(2) .secAruaru_listItem {
        width: 100%
    }
}
.p-wholepurchase .secAruaru_list>li:nth-child(3) {
    grid-area: 1/2/2/3;
    margin-top: 4.8rem
}
@media screen and (max-width: 62.5em) {
    .p-wholepurchase .secAruaru_list>li:nth-child(3) {
        grid-area: 2/1/3/3;
        margin-top: 0
    }
}
@media screen and (max-width: 62.5em) {
    .p-wholepurchase .secAruaru_list>li:nth-child(3) .secAruaru_listItem {
        width: 91%;
        margin: 0 auto
    }
}
.p-wholepurchase .secAruaru_list>li:nth-child(4) {
    grid-area: 2/1/3/2
}
@media screen and (max-width: 62.5em) {
    .p-wholepurchase .secAruaru_list>li:nth-child(4) {
        grid-area: 3/1/4/3
    }
}
@media screen and (max-width: 62.5em) {
    .p-wholepurchase .secAruaru_list>li:nth-child(4) .secAruaru_listItem {
        width: 91%;
        margin: 0 auto 0 0
    }
}
.p-wholepurchase .secAruaru_list>li:nth-child(5) {
    grid-area: 2/2/3/4
}
@media screen and (max-width: 62.5em) {
    .p-wholepurchase .secAruaru_list>li:nth-child(5) {
        grid-area: 4/1/5/3
    }
}
.p-wholepurchase .secAruaru_list>li:nth-child(5) .secAruaru_listItem {
    width: 91%;
    margin: 4.8rem 0 0 auto
}
@media screen and (max-width: 62.5em) {
    .p-wholepurchase .secAruaru_list>li:nth-child(5) .secAruaru_listItem {
        width: 91%;
        margin: 0 0 0 auto
    }
}
.p-wholepurchase .secAruaru_listItem {
    padding: min((100vw - 40px) * 31 / 1200, 3.1rem) min((100vw - 40px) * 45 / 1200, 4.5rem);
    font-weight: 700;
    line-height: 1.86;
    background: var(--colorBg);
    border: 1px solid #d9d9d9;
    border-radius: .8rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secAruaru_listItem {
        padding: 1.1rem 1.5rem;
        font-size: 1.2rem;
        font-weight: 500;
        letter-spacing: 0
    }
}
.p-wholepurchase .secAruaru_pic {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: -1.4rem auto 0;
    -webkit-transform: translateY(6rem);
    transform: translateY(6rem)
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secAruaru_pic {
        margin-top: -2rem;
        -webkit-transform: translateY(3.4rem);
        transform: translateY(3.4rem)
    }
}
.p-wholepurchase .secSolution {
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), color-stop(50%, #fafafa), color-stop(50%, #e4f3fa), to(#e4f3fa));
    background: linear-gradient(180deg, #fafafa, #fafafa 50%, #e4f3fa 50%, #e4f3fa)
}
.p-wholepurchase .secSolution .secInner {
    padding: 9rem 0 12rem;
    background-color: var(--color01)
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secSolution .secInner {
        padding: 4.2rem 0 4.8rem
    }
}
.p-wholepurchase .secSolution .secTtl {
    color: var(--colorBg)
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secSolution .secTtl {
        letter-spacing: 0
    }
    .p-wholepurchase .secSolution .secTtl .secTtl_lineDeco {
        letter-spacing: .05em
    }
}
.p-wholepurchase .secSolution .service {
    padding: 6.7rem 6% 9rem;
    margin-top: 5.5rem;
    background: var(--colorBg);
    border-radius: 2.4rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secSolution .service {
        padding: 2.6rem 2.4rem 4.8rem;
        margin-top: 2.2rem;
        border-radius: .8rem
    }
}
.p-wholepurchase .secSolution .service_txt {
    margin-top: 3rem;
    line-height: 2.25;
    text-align: center
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secSolution .service_txt {
        margin-top: 1.2rem;
        line-height: 1.88;
        text-align: left
    }
}
.p-wholepurchase .secSolution .service_txtStrong {
    font-weight: 400;
    color: #f66666
}
.p-wholepurchase .secSolution .service_figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    margin-top: 3.2rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secSolution .service_figure {
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 1.8rem
    }
}
.p-wholepurchase .secSolution .service_figureBuy {
    display: grid;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    grid-template-columns: repeat(2, 1fr);
    gap: .8rem .9rem;
    padding: 1.4rem;
    border: 2px solid var(--color03);
    border-radius: .8rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secSolution .service_figureBuy {
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: auto;
        width: calc((100% - 1.5rem)/2);
        padding: .8rem;
        border-width: 1px;
        border-radius: .4rem
    }
}
.p-wholepurchase .secSolution .service_figureBuy>li {
    display: grid;
    place-items: center;
    min-height: 8.8rem;
    padding: 1rem;
    font-size: 2rem;
    font-weight: 700;
    color: var(--colorBg);
    text-align: center;
    background: var(--color03);
    border-radius: .8rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secSolution .service_figureBuy>li {
        min-height: 3.8rem;
        padding: .3rem;
        font-size: 1.4rem;
        border-radius: .4rem
    }
}
.p-wholepurchase .secSolution .service_figurePlus {
    display: grid;
    place-items: center;
    width: 3.8rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secSolution .service_figurePlus {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 3.2rem;
        margin: auto
    }
}
.p-wholepurchase .secSolution .service_figureMove {
    display: grid;
    place-items: center;
    width: min((100vw - 40px) * 322 / 1200, 32.2rem);
    font-size: 2rem;
    color: var(--colorBg);
    background: #f66666;
    border-radius: .8rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secSolution .service_figureMove {
        width: calc((100% - 1.5rem)/2);
        font-size: 1.4rem;
        border-radius: .4rem
    }
}
.p-wholepurchase .secSolution .service_onestop {
    margin-top: 3.5rem;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secSolution .service_onestop {
        margin-top: 1.8rem;
        font-size: 1.8rem;
        line-height: 1.67
    }
}
.p-wholepurchase .secSolution .service_onestop+.service_txt {
    margin-top: 1rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secSolution .service_onestop+.service_txt {
        margin-top: .3rem
    }
}
.p-wholepurchase .secSolution .btn {
    margin-top: 4rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secSolution .btn {
        margin-top: 2.3rem
    }
}
.p-wholepurchase .secMerit {
    background: #fafafa
}
.p-wholepurchase .secMerit .secInner {
    padding: 10.3rem 0 12rem;
    background: #e4f3fa;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .secInner {
        padding: 4rem 0 4.8rem
    }
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .secTtl {
        letter-spacing: 0
    }
}
.p-wholepurchase .secMerit .merit {
    padding: 7.2rem 6% 9rem;
    margin-top: 7rem;
    background: var(--colorBg);
    border-radius: 2.4rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit {
        padding: 3.2rem 2.4rem 4.8rem;
        margin-top: 2.3rem;
        border-radius: .8rem
    }
}
.p-wholepurchase .secMerit .merit_no {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: .5rem 5.1rem .3rem;
    margin: 0 auto 2.3rem;
    font-size: 2rem;
    font-weight: 900;
    color: var(--colorBg);
    letter-spacing: .05em;
    background: var(--color01);
    border-radius: 999rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_no {
        padding: .5rem 3.7rem;
        margin-bottom: 1rem;
        font-size: 1.8rem;
        line-height: 1
    }
}
.p-wholepurchase .secMerit .merit_diff {
    --diff-color: #4c667a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.8rem min((100vw - 40px) * 56 / 1200, 5.6rem);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3.6rem
}
@media screen and (max-width: 59.375em) {
    .p-wholepurchase .secMerit .merit_diff {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 1.8rem
    }
}
.p-wholepurchase .secMerit .merit_diffData {
    letter-spacing: 0;
    border: 2px solid var(--diff-color);
    border-radius: .8rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_diffData {
        border-width: 1px
    }
}
.p-wholepurchase .secMerit .merit_diffData .note {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--colorText)
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_diffData .note {
        font-size: 1.2rem
    }
}
.p-wholepurchase .secMerit .merit_diffData>dt {
    padding: 2.8rem 0;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--colorBg);
    text-align: center;
    background-color: var(--diff-color);
    border-radius: .5rem .5rem 0 0
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_diffData>dt {
        padding: .9rem 0;
        font-size: 1.8rem
    }
}
.p-wholepurchase .secMerit .merit_diffData>dd {
    padding: 2.8rem 0;
    margin: 0 min((100vw - 40px) * 40 / 1200, 4rem);
    border-bottom: 1px solid #d9d9d9
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_diffData>dd {
        padding: 1.2rem 0;
        margin: 0 1.6rem
    }
}
.p-wholepurchase .secMerit .merit_diffData>dd:last-child {
    border-bottom: none
}
.p-wholepurchase .secMerit .merit_diffData.-others {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
@media screen and (max-width: 59.375em) {
    .p-wholepurchase .secMerit .merit_diffData.-others {
        width: 100%
    }
}
.p-wholepurchase .secMerit .merit_diffData.-others>dd:last-child {
    padding-bottom: 4rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_diffData.-others>dd:last-child {
        padding-bottom: 2.9rem
    }
}
.p-wholepurchase .secMerit .merit_diffData.-us {
    --diff-color: #008ef4;
    position: relative;
    width: 50%
}
@media screen and (max-width: 59.375em) {
    .p-wholepurchase .secMerit .merit_diffData.-us {
        width: 100%
    }
}
.p-wholepurchase .secMerit .merit_diffData.-us:before {
    position: absolute;
    top: calc(50% - 1.4rem);
    right: 100%;
    display: block;
    width: 1.2rem;
    height: 2.8rem;
    content: "";
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2225%22%20viewBox%3D%220%200%2012%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.4042%2013.2431C11.7435%2012.8635%2011.7435%2012.2897%2011.4042%2011.9101L1.74553%201.10579C1.13362%200.421301%20-1.09916e-06%200.854136%20-1.05903e-06%201.77226L-1.14482e-07%2023.381C-7.43496e-08%2024.2991%201.13362%2024.7319%201.74553%2024.0474L11.4042%2013.2431Z%22%20fill%3D%22%23008EF4%22%2F%3E%3C%2Fsvg%3E) center center/contain no-repeat;
    -webkit-transform: translateX(max((100vw - 40px) * -22 / 1200, -2.2rem));
    transform: translate(max((100vw - 40px) * -22 / 1200, -2.2rem))
}
@media screen and (max-width: 59.375em) {
    .p-wholepurchase .secMerit .merit_diffData.-us:before {
        top: -2.8rem;
        right: 50%;
        -webkit-transform: translateX(50%) rotate(90deg);
        transform: translate(50%) rotate(90deg)
    }
}
.p-wholepurchase .secMerit .merit_diffData.-us>dd {
    padding: 2rem 0
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_diffData.-us>dd {
        padding: 1.3rem 0
    }
}
.p-wholepurchase .secMerit .merit_diffData.-us>dd:last-child {
    padding: 3rem 0
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_diffData.-us>dd:last-child {
        padding: 1.3rem 0 2.6rem
    }
}
.p-wholepurchase .secMerit .merit_diffData.-us .merit_diffTxt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 55%;
    font-size: 2rem;
    line-height: 1.6;
    color: var(--color01)
}
@media screen and (max-width: 59.375em) {
    .p-wholepurchase .secMerit .merit_diffData.-us .merit_diffTxt {
        width: auto
    }
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_diffData.-us .merit_diffTxt {
        font-size: 1.6rem;
        line-height: 1.5
    }
}
.p-wholepurchase .secMerit .merit_diffInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min((100vw - 40px) * 20 / 1200, 2rem);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media screen and (max-width: 59.375em) {
    .p-wholepurchase .secMerit .merit_diffInner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 35rem;
        margin: 0 auto
    }
}
.p-wholepurchase .secMerit .merit_diffTxt {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_diffTxt {
        font-size: 1.6rem
    }
}
.p-wholepurchase .secMerit .merit_diffStamp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_diffStamp {
        gap: .8rem;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}
.p-wholepurchase .secMerit .merit_diffStamp>img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: min((100vw - 40px) * 80 / 1200, 8rem)
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_diffStamp>img {
        width: 4.3rem
    }
}
.p-wholepurchase .secMerit .merit_woman {
    position: relative;
    z-index: 1;
    width: 35.4rem;
    margin-top: -11rem;
    margin-right: 48%;
    margin-left: auto
}
.p-wholepurchase .secMerit .merit_woman img {
    width: 100%
}
@media screen and (max-width: 59.375em) {
    .p-wholepurchase .secMerit .merit_woman {
        margin-top: -1.5rem;
        margin-right: auto;
        margin-left: auto
    }
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_woman {
        width: 27.1rem
    }
}
.p-wholepurchase .secMerit .merit_solution {
    padding: 4rem;
    background: var(--color03);
    border-radius: .8rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_solution {
        padding: 1.6rem
    }
}
.p-wholepurchase .secMerit .merit_solutionTxt {
    padding: 2.6rem 2rem;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: .05em;
    background: var(--colorBg);
    border-radius: .8rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_solutionTxt {
        padding: 1.1rem;
        font-size: 1.6rem;
        line-height: 3rem
    }
}
.p-wholepurchase .secMerit .merit_solutionTxt strong {
    font-size: 2.8rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_solutionTxt strong {
        font-size: 2rem
    }
}
.p-wholepurchase .secMerit .merit_solutionTxt:first-child {
    position: relative
}
.p-wholepurchase .secMerit .merit_solutionTxt:first-child:before {
    position: absolute;
    top: calc(100% + 1.2rem);
    left: 50%;
    width: 4.8rem;
    height: 4.8rem;
    content: "";
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%20fill%3D%22%2322DABB%22%2F%3E%3Cpath%20d%3D%22M21.7901%2034.2858V26.0572H13.7142V21.9817H21.7901V13.7144H26.1696V21.9817H34.2857V26.0572H26.1696V34.2858H21.7901Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E) center center/contain no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_solutionTxt:first-child:before {
        top: calc(100% + .8rem);
        width: 3.5rem;
        height: 3.5rem
    }
}
.p-wholepurchase .secMerit .merit_solutionTxt+.merit_solutionTxt {
    margin-top: 2.4rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_solutionTxt+.merit_solutionTxt {
        margin-top: 1.6rem
    }
}
.p-wholepurchase .secMerit .merit_txt {
    margin-top: 3.2rem;
    color: #333;
    text-align: center
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_txt {
        margin-top: 1rem;
        line-height: 1.88;
        text-align: left;
        letter-spacing: 0
    }
}
.p-wholepurchase .secMerit .merit_examples {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 2.4rem;
    padding-top: 5.7rem;
    margin-top: 5rem;
    border-top-style: solid;
    border-top-width: 2px;
    border-image-source: url(data:image/svg+xml,%3Csvg%20width%3D%221056%22%20height%3D%222%22%20viewBox%3D%220%200%201056%202%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20opacity%3D%220.99%22%20d%3D%22M0%201H1056%22%20stroke%3D%22%23D9D9D9%22%20stroke-dasharray%3D%224%204%22%2F%3E%0A%3C%2Fsvg%3E);
    border-image-slice: 100% 0;
    border-image-repeat: stretch
}
@media screen and (max-width: 59.375em) {
    .p-wholepurchase .secMerit .merit_examples {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.5rem;
        padding-top: 1.8rem;
        margin-top: 1.7rem;
        border-top-width: 1px;
        border-image-source: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22295%22%20height%3D%222%22%20viewBox%3D%220%200%20295%202%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%201H295%22%20stroke%3D%22%23D9D9D9%22%20stroke-dasharray%3D%222%202%22%2F%3E%3C%2Fsvg%3E)
    }
}
.p-wholepurchase .secMerit .merit_examples .example.-homeAppliances {
    grid-area: 1/1/2/2
}
.p-wholepurchase .secMerit .merit_examples .example.-furniture {
    grid-area: 1/2/2/3
}
.p-wholepurchase .secMerit .merit_examples .example.-clothes {
    grid-area: 2/1/3/3
}
.p-wholepurchase .secMerit .merit_examples .example.-others {
    grid-area: 3/1/4/3
}
.p-wholepurchase .secMerit .merit_examples .example_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--color01);
    letter-spacing: 0
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_examples .example_ttl {
        font-size: 1.8rem
    }
}
.p-wholepurchase .secMerit .merit_examples .example_ttl:before, .p-wholepurchase .secMerit .merit_examples .example_ttl:after {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    content: "";
    background-color: var(--color01)
}
@media screen and (max-width: 59.375em) {
    .p-wholepurchase .secMerit .merit_examples .example_ttl:before, .p-wholepurchase .secMerit .merit_examples .example_ttl:after {
        display: none
    }
}
.p-wholepurchase .secMerit .merit_examples .example_itemList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    gap: 4.3rem 2.4rem;
    margin-top: 2.5rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_examples .example_itemList {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.2rem .8rem;
        margin-top: 1rem
    }
}
.p-wholepurchase .secMerit .merit_examples .example_itemList p {
    margin-top: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_examples .example_itemList p {
        margin-top: .7rem;
        font-size: 1.2rem;
        line-height: 1.17
    }
}
.p-wholepurchase .secMerit .merit_subTtl {
    margin-top: 2rem;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--color01);
    text-align: center;
    letter-spacing: 0
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_subTtl {
        margin-top: 3.2rem;
        font-size: 1.8rem;
        font-weight: 900;
        letter-spacing: .05em
    }
}
.p-wholepurchase .secMerit .merit_subTtlCircle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6.8rem;
    aspect-ratio: 1;
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--colorBg);
    letter-spacing: 0;
    background: #f66666;
    border-radius: 50%;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_subTtlCircle {
        width: 5.6rem;
        font-size: 1.4rem
    }
}
.p-wholepurchase .secMerit .merit_subTtl:has(.merit_subTtlCircle) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4.8rem;
    text-align: left
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_subTtl:has(.merit_subTtlCircle) {
        gap: .8rem;
        margin-top: 3.9rem
    }
}
.p-wholepurchase .secMerit .merit_okList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: min((100vw - 40px) * 32 / 1200, 3.2rem);
    margin-top: 3rem;
    font-size: 2rem;
    font-weight: 900
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_okList {
        gap: 1.6rem;
        margin-top: 1.8rem;
        font-size: 1.6rem
    }
}
.p-wholepurchase .secMerit .merit_okList>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc((100% - 3.2rem)/2);
    min-height: 8rem;
    padding: .2rem 2.4rem;
    line-height: 1.5;
    border: 1px solid #d9d9d9;
    border-radius: 999rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_okList>li {
        width: 100%;
        min-height: 6.4rem;
        letter-spacing: 0
    }
}
.p-wholepurchase .secMerit .merit_okList>li:before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 3.2rem;
    height: 3.2rem;
    content: "";
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%20fill%3D%22%23008EF4%22%2F%3E%3Cpath%20d%3D%22M9%2016.1667L15.6%2022L23%2012%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E) center center/contain no-repeat
}
.p-wholepurchase .secMerit .merit_only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem min((100vw - 40px) * 42 / 1200, 4.2rem);
    margin-top: 4rem
}
@media screen and (max-width: 62.5em) {
    .p-wholepurchase .secMerit .merit_only {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 2.4rem
    }
}
.p-wholepurchase .secMerit .merit_only>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.8rem 2rem;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0;
    border: 1px solid #d9d9d9;
    border-radius: .8rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_only>li {
        padding: 2.7rem 2.4rem;
        font-size: 1.6rem
    }
}
.p-wholepurchase .secMerit .merit_onlyNote {
    display: block;
    margin-top: .7rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.71
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit_onlyNote {
        font-size: 1.2rem;
        line-height: 1.5;
        text-align: left
    }
}
.p-wholepurchase .secMerit .merit.-items {
    margin-top: 4rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit.-items {
        margin-top: 1.6rem
    }
}
.p-wholepurchase .secMerit .merit.-items .merit_woman {
    margin-top: 5.6rem;
    margin-left: 33%
}
@media screen and (max-width: 62.5em) {
    .p-wholepurchase .secMerit .merit.-items .merit_woman {
        margin-top: -1.5rem;
        margin-right: auto;
        margin-left: auto
    }
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secMerit .merit.-items .merit_solutionTxt {
        line-height: 1.75;
        text-align: left
    }
}
.p-wholepurchase .secFlow {
    padding: 9rem 0 12rem;
    background: #fafafa
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secFlow {
        padding: 3rem 0 4.8rem
    }
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secFlow .secTtl {
        letter-spacing: 0
    }
}
.p-wholepurchase .secFlow .secTtl_lineDeco {
    color: #333
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secFlow .secTtl_lineDeco {
        letter-spacing: .05em
    }
}
.p-wholepurchase .secFlow_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min((100vw - 40px) * 114 / 1200, 11.4rem);
    margin-top: 9rem;
    counter-reset: number
}
@media screen and (max-width: 59.375em) {
    .p-wholepurchase .secFlow_list {
        display: block
    }
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secFlow_list {
        margin-top: 3.4rem
    }
}
.p-wholepurchase .secFlow_list>li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4.5rem 3.2rem 3.8rem;
    background: var(--colorBg);
    border: 1px solid #e5e5e5;
    border-radius: .8rem
}
@media screen and (max-width: 59.375em) {
    .p-wholepurchase .secFlow_list>li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        gap: 1.8rem 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 3rem 1.6rem 1.8rem
    }
}
.p-wholepurchase .secFlow_list>li:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: .2em 3.2em;
    font-size: 2rem;
    font-weight: 900;
    color: var(--colorBg);
    text-transform: uppercase;
    letter-spacing: .05em;
    content: "step." counter(number);
    counter-increment: number;
    background: var(--color01);
    border-radius: 999rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secFlow_list>li:before {
        padding: .1rem 2.2rem;
        font-size: 1.4rem
    }
}
.p-wholepurchase .secFlow_list>li:after {
    position: absolute;
    top: 50%;
    left: calc(100% + min((100vw - 40px) * 59 / 1200, 5.9rem));
    display: block;
    width: 2.2rem;
    height: 4rem;
    content: "";
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2222%22%20height%3D%2240%22%20viewBox%3D%220%200%2022%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M21.6763%2019.2285C22.1079%2019.6355%2022.1079%2020.3645%2021.6763%2020.7714L1.55085%2039.7489C0.943836%2040.3213%201.6537e-07%2039.8518%202.03588e-07%2038.9775L1.86265e-06%201.02251C1.90087e-06%200.148166%200.94384%20-0.321331%201.55086%200.25106L21.6763%2019.2285Z%22%20fill%3D%22%23008EF4%22%2F%3E%3C%2Fsvg%3E) center center/contain no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
@media screen and (max-width: 59.375em) {
    .p-wholepurchase .secFlow_list>li:after {
        display: none
    }
}
.p-wholepurchase .secFlow_list>li:last-child:after {
    display: none
}
@media screen and (max-width: 59.375em) {
    .p-wholepurchase .secFlow_list>li+li {
        margin-top: 3.6rem
    }
}
.p-wholepurchase .secFlow_pic {
    width: 78%;
    padding: 1.2rem;
    margin: 0 auto;
    background: #e4f3fa;
    border-radius: 50%
}
@media screen and (max-width: 59.375em) {
    .p-wholepurchase .secFlow_pic {
        width: 31%;
        padding: 0
    }
}
.p-wholepurchase .secFlow_pic img {
    width: 100%
}
@media screen and (max-width: 59.375em) {
    .p-wholepurchase .secFlow_txts {
        width: 69%;
        padding-left: 1.6rem
    }
}
.p-wholepurchase .secFlow_ttl {
    margin-top: 1.7rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0
}
@media screen and (max-width: 59.375em) {
    .p-wholepurchase .secFlow_ttl {
        margin-top: 0;
        text-align: left
    }
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secFlow_ttl {
        font-size: 1.6rem
    }
}
.p-wholepurchase .secFlow_txt {
    margin-top: .7rem
}
.p-wholepurchase .secFlow_note {
    margin-top: .7rem;
    font-size: 1.2rem;
    line-height: 1.67;
    letter-spacing: .05em
}
.p-wholepurchase .secFlow_note:before {
    content: "※"
}
@media screen and (max-width: 59.375em) {
    .p-wholepurchase .secFlow_note {
        padding-top: 2rem;
        margin-top: 0;
        border-top-style: solid;
        border-top-width: 1px;
        border-image-source: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22311%22%20height%3D%222%22%20viewBox%3D%220%200%20311%202%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%201H311%22%20stroke%3D%22%23D9D9D9%22%20stroke-dasharray%3D%222%202%22%2F%3E%3C%2Fsvg%3E);
        border-image-slice: 100% 0;
        border-image-repeat: stretch
    }
}
.p-wholepurchase .secFaq {
    padding: 10.6rem 0 12rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secFaq {
        padding: 4rem 0 8rem
    }
}
.p-wholepurchase .secFaq .secTtl {
    color: #333
}
.p-wholepurchase .secFaq_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.8rem;
    max-width: 105.6rem;
    margin: 7rem auto 0
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secFaq_list {
        gap: 1.6rem;
        margin-top: 2.2rem
    }
}
.p-wholepurchase .secFaq_list>li {
    width: 100%
}
.p-wholepurchase .secFaq_qanda {
    padding: 0 4rem;
    border: 1px solid #d9d9d9;
    border-radius: .8rem
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secFaq_qanda {
        padding: 0 1.6rem
    }
}
.p-wholepurchase .secFaq_q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4rem 0;
    font-size: 2.4rem;
    font-weight: 700
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secFaq_q {
        gap: .8rem;
        padding: 3.2rem 0 2.4rem;
        font-size: 1.6rem;
        line-height: 1.75
    }
}
.p-wholepurchase .secFaq_q img {
    -ms-flex-negative: 0;
    flex-shrink: 0
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secFaq_q img {
        width: 3.2rem
    }
}
.p-wholepurchase .secFaq_a {
    padding: 3.1rem 0 5rem;
    line-height: 2;
    border-top-style: solid;
    border-top-width: 1px;
    border-image-source: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22976%22%20height%3D%222%22%20viewBox%3D%220%200%20976%202%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%201H976%22%20stroke%3D%22%23E5E5E5%22%20stroke-dasharray%3D%224%204%22%2F%3E%3C%2Fsvg%3E);
    border-image-slice: 100% 0;
    border-image-repeat: stretch
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secFaq_a {
        padding: 1.6rem 0 3.2rem;
        line-height: 1.75
    }
}
.p-wholepurchase .secFaq_a a {
    color: var(--color01);
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}
.p-wholepurchase .secFaq_a a[target=_blank]:after {
    display: inline-block;
    width: 2.4rem;
    height: 1.5rem;
    content: "";
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2018%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%224.75%22%20y%3D%220.75%22%20width%3D%2212.5%22%20height%3D%2210.5%22%20stroke%3D%22%23008EF4%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20d%3D%22M1%205V15H15%22%20stroke%3D%22%23008EF4%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E) right center/contain no-repeat
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .secFaq .btn {
        width: calc(100% - 4.8rem)
    }
}
.p-wholepurchase .fixedBtns {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 1.6rem 0;
    background: #000000bf;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(110%);
    transform: translateY(110%)
}
.p-wholepurchase .fixedBtns.-show {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .fixedBtns {
        padding: .8rem 0
    }
}
.p-wholepurchase .fixedBtns .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min((100vw - 40px) * 40 / 1200, 4rem)
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .fixedBtns .container {
        gap: .7rem;
        width: 96%
    }
}
.p-wholepurchase .fixedBtns .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 8.8rem;
    /*padding: 0 4rem 0 2rem;*/ /* 1.追従ボタンの右に「▼」を付けた場合：2rem → 4rem にする */
    padding: 0 2rem 0 2rem;
    margin-top: 0;
    font-size: min((100vw - 40px) * 32 / 1200, 3.2rem);
    line-height: 1.1
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .fixedBtns .btn {
        gap: 0;
        min-height: 6.4rem;
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 1.6rem;
        line-height: 1.38;
        border-radius: .4rem
    }
}
/* 2.追従ボタンの右に「▼」を表示 20250715*/
/*
.p-wholepurchase .fixedBtns .btn:after {
    width: 2rem;
    margin-right: 2.6rem
}
*/
.p-wholepurchase .fixedBtns .btn:after {
    display: none
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .fixedBtns .btn:after {
        display: none
    }
}
.p-wholepurchase .fixedBtns .telBtn {
    padding-right: 1rem;
    padding-left: 1rem;
    background: #1444bd
}
.p-wholepurchase .fixedBtns .telBtn_txt {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .05em
}
@media screen and (max-width: 48em) {
    .p-wholepurchase .fixedBtns .telBtn_txt {
        font-size: 1.2rem
    }
}