/* portforio blog post (プロジェクト事例)  */
.renew-c-header-portfolio {
    padding-top: 39px;
    padding-bottom: 3px;
}
.renew-c-header-portfolio__col {
    > :last-child {
        margin-bottom: 0;
    }
    &.-aside {
        display: none;
    }
}
.renew-c-title-detail {
    margin-bottom: 20px;
}
.renew-c-header-portfolio__tags {
    display: none;
}
.renew-c-list-services-tag {
    margin-bottom: 10px;
}

@media (768px <= width) {
    .renew-c-header-portfolio {
        padding-top: 85px;
        padding-bottom: 56px;
    }
    .renew-c-header-portfolio__row {
        display: flex;
        justify-content: space-between;
    }
    .renew-c-header-portfolio__col {
        &.-main {
            flex-grow: 1;
        }
        &.-aside {
            display: block;
            flex-shrink: 0;
            width: 200px;
            padding-top: 6px;
        }
    }
    .renew-c-header-portfolio__pic {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        img {
            max-width: 200%!important;
            transform: scale(0.5);
            transform-origin: 100% 0;
        }
    }
    .renew-c-header-portfolio__tags {
        display: block;
    }
}

.renew-c-list-services-tag {
    &.-color-dark .renew-c-list-services-tag__item {
        background-color: var(--color-dark-bg-k31);
        color: var(--color-dark-text-wf1);
    }
}
.renew-c-list-services-tag__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-bottom: -6px;
    > * {
        width: 50%;
        padding-left: 6px;
        padding-bottom: 6px;
    }
}
.renew-c-list-services-tag__item {
    font-size: 1.1rem;
    line-height: 1.2727272727;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 40px;
    padding-left: 13px;
    padding-right: 13px;
    border: solid 1px var(--color-light-border-k61);
    border-radius: 1000px;
    text-align: center;
    background-color: #343434;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .renew-c-list-services-tag__inner {
        margin-left: -8px;
        margin-bottom: -8px;
        > * {
            width: auto;
            padding-left: 8px;
            padding-bottom: 8px;
        }
    }
    .renew-c-list-services-tag__item {
        font-size: 1.1rem;
        min-height: 30px;
    }
}

.renew-c-list-services-note {
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 2;
    > * {
        display: inline;
        color: var(--color-light-text-k61);
        & + ::before {
            content: ' / ';
        }
    }
}

/* KV (プロジェクト事例)  */
.renew-p-portfolio-detail-visual {
    img {
        display: block;
        width: 100%;
        box-shadow: var(--shadow-light-02);
    }
}

.renew-p-portfolio-detail-article__content {
    .renew-c-text-basic {
        h3 {
            margin-top: 28px;
            @media only screen and (min-width: 768px) {
                margin-top: 32px;
            }
        }
        p {
            margin-bottom: 28px;
            @media only screen and (min-width: 768px) {
                margin-bottom: 32px;
            }
            &:last-of-type {
                margin-bottom: 0;
            }
        }
    }
    .renew-p-figure {
        margin-bottom: 28px;
        @media only screen and (min-width: 768px) {
            margin-top: 72px;
            padding-left: 50px;
            padding-right: 50px;
            margin-bottom: 32px;
        }
    }
}

.renew-p-portfolio-detail-article__col {
    > :last-child {
        margin-bottom: 0;
    }
}

.renew-p-portfolio-detail-lead {
    padding-top: 30px;
    padding-bottom: 22px;
    overflow: hidden;
}

.renew-p-portfolio-detail-visual + .renew-p-portfolio-detail-lead {
    margin-top: -50px;
    padding-top: 80px;
}

.renew-p-portfolio-detail-lead__inner {
    position: relative;
    padding-top: 23px;
    padding-bottom: 32px;
    padding-left: 18px;
    padding-right: 18px;
    background-color: var(--color-light-bg-wf1);
    box-shadow: var(--shadow-light-01);
    &::before {
        content: "";
        position: absolute;
        top: -15px;
        left: 50%;
        height: 30px;
        border-left: solid 1px;
        @media only screen and (min-width: 768px) {

            content: "";
            position: absolute;
            top: -19px;
            left: 50%;
            height: 40px;
            border-left: 1px solid;
        }
    }
}

.renew-p-portfolio-detail-lead__p {
    font-size: 1.4rem;
    line-height: 1.8;
    @media only screen and (min-width: 768px) {
        font-size: 1.8rem;
        line-height: 1.8;
        font-family: "A+mfCv-AXIS Font ベーシック M ProN", NoChattering;
        font-weight: 400;
    }
    &:lang(ja) {
        letter-spacing: .05em;
    }
}

.renew-c-list-points,
.renew-c-list-flow {
    margin-top: 18px;
}

.renew-c-list-link {
    margin-top: 27px;
}

.renew-p-portfolio-detail-lead__tags {
    margin-top: 30px;
}

.renew-c-list-services-tag {
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    padding: {
    top: 80px;
    bottom: 80px;
}

    .renew-p-portfolio-detail-visual + .renew-p-portfolio-detail-lead {
        margin-top: -101px;
        padding-top: 152px;
    }

    .renew-p-portfolio-detail-lead__inner {
        padding-top: 44px;
        padding-bottom: 51px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .renew-c-list-points {
        margin-top: 28px;
    }

    .renew-c-list-flow {
        margin-top: 38px;
    }

    .renew-c-list-link {
        margin-top: 40px;
    }

    .renew-p-portfolio-detail-lead__tags {
        display: none;
    }
}


.renew-c-section.-bg-1 {
    background: linear-gradient(135deg, rgba(162, 152, 87, 0.08) 0%, rgba(93, 126, 106, 0.08) 100%);
}


.renew-p-portfolio-detail-interview {
    margin-top: 30px;
    padding: 30px 0;
    overflow: hidden;
    background: url(/hubfs/46113112/assets/portfolio/detail_interview_bg01.jpg) top center/cover no-repeat var(--color-dark-bg-k01);
    color: var(--color-dark-text-wf1);
    @media only screen and (min-width: 768px) {
        margin-top: 80px;
        padding: 80px 0;
    }
}

.renew-p-figure__img {
    box-shadow: var(--shadow-light-02);
}

.renew-p-portfolio-detail-interview-inner-iv {
    position: relative;
    padding: 31px 14px 24px;
    overflow: hidden;
    &::before,
    &::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        border: 1px rgba(var(--color-dark-border-wf1), 0.6);
    }
    &::before {
        left: 0;
        bottom: 0;
        border-style: none none solid solid;
    }
    &::after {
        right: 0;
        top: 0;
        border-style: solid solid none none;
    }
    .renew-p-portfolio-detail-interview-inner-iv__row {
        margin-bottom: -5px;
    }
    .renew-p-portfolio-detail-interview-inner-iv__col {
        padding-bottom: 24px;
    }
    .renew-p-portfolio-detail-interview-inner-iv__pic {
        display: block;
        width: 100%;
    }
    .renew-p-portfolio-detail-interview-inner-iv__heading {
        font-size: 1.8rem;
        line-height: 1.6;
        font-family: var(--font-family-medium);
        font-weight: var(--font-weight-medium);
        margin-bottom: 20px;
    }
    .renew-p-portfolio-detail-interview-inner-iv__company-name {
        font-size: 1.1rem;
        position: relative;
        margin-bottom: 4px;
    }
    .renew-p-portfolio-detail-interview-inner-iv__company-division,
    .renew-p-portfolio-detail-interview-inner-iv__company-person {
        font-size: 1.1rem;
        line-height: 2;
    }
    .renew-p-portfolio-detail-interview-inner-iv__body > :last-child {
        margin-bottom: 0;
    }
    .renew-p-portfolio-detail-interview-inner-iv__p {
        font-size: 1.4rem;
        line-height: 2;
        margin-bottom: 28px;
    }
    @media only screen and (min-width: 768px) {
        padding-top: 51px;
        padding-bottom: 43px;
        padding-left: 50px;
        padding-right: 50px;
        &::before,
        &::after {
            width: 30px;
            height: 30px;
        }
        .renew-p-portfolio-detail-interview-inner-iv__row {
            display: flex;
            align-items: center;
            margin-bottom: 24px;
        }
        .renew-p-portfolio-detail-interview-inner-iv__col {
            &.-aside {
                flex-shrink: 0;
                width: 59.0909090909%;
                padding-right: 50px;
            }
            &.-main {
                flex-grow: 1;
                padding-top: 8px;
            }
        }
        .renew-p-portfolio-detail-interview-inner-iv__company-name {
            font-size: 1.3rem;
            margin-bottom: 5px;
        }
        .renew-p-portfolio-detail-interview-inner-iv__company-division {
            font-size: 1.5rem;
            line-height: 1.8;
            margin-bottom: 15px;
        }
        .renew-p-portfolio-detail-interview-inner-iv__company-person {
            font-size: 1.8rem;
        }
        .renew-p-portfolio-detail-interview-inner-iv__heading {
            font-size: 2.8rem;
            margin-bottom: 22px;
        }
        .renew-p-portfolio-detail-interview-inner-iv__p {
            font-size: 1.6rem;
            line-height: 2;
            margin-bottom: 32px;
        }
    }
}


.renew-p-portfolio-detail-interview-inner {
    position: relative;
    padding: 24px 14px;
    overflow: hidden;
    &::before,
    &::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        border: 1px rgba(var(--color-dark-border-wf1), 0.6);
    }
    &::before {
        left: 0;
        bottom: 0;
        border-style: none none solid solid;
    }
    &::after {
        right: 0;
        top: 0;
        border-style: solid solid none none;
    }
    .renew-p-portfolio-detail-interview-inner__heading {
        font-size: 2rem;
        line-height: 1.6;
        font-family: var(--font-family-medium);
        font-weight: var(--font-weight-medium);
        margin-bottom: 18px;
        padding: 0;
        border-top: none;
        &::before {
            display: none;
        }
    }
    .renew-p-portfolio-detail-interview-inner__company {
        margin-bottom: 19px;
    }
    .renew-p-portfolio-detail-interview-inner__company-sub {
        padding-left: 45px;
        font-size: 1.1rem;
        line-height: 2;
        position: relative;
        margin-bottom: 3px;
        &::before {
            content: "";
            display: inline-block;
            width: 30px;
            margin-left: -45px;
            margin-right: 15px;
            border-bottom: solid 1px;
            vertical-align: middle;
        }
        &:lang(ja) {
            letter-spacing: .05em;
        }
    }
    .renew-p-portfolio-detail-interview-inner__company-main {
        font-size: 1.2rem;
        line-height: 1.916666666666667;
    }
    .renew-p-portfolio-detail-interview-inner__body > :last-child {
        margin-bottom: 0;
    }
    .renew-p-portfolio-detail-interview-inner__body ,
    .renew-p-portfolio-detail-interview-inner__body p ,
    .renew-p-portfolio-detail-interview-inner__p {
        font-size: 1.4rem;
        line-height: 2;
        margin-bottom: 27px;
        @media only screen and (min-width: 768px) {
            font-size: 1.6rem;
            line-height: 2;
            margin-bottom: 32px;
        }
    }
    p.renew-p-portfolio-detail-interview-inner__info {
        font-size: 1.2rem;
        line-height: 2;
        padding: 10px 12px;
        border: solid 1px;
        a {
            color: var(--color-dark-text-y01);
            text-decoration: underline;
        }
    }
    @media only screen and (min-width: 768px) {
        padding: 38px 50px 42px;
        &::before,
        &::after {
            width: 30px;
            height: 30px;
        }
        .renew-p-portfolio-detail-interview-inner__heading {
            font-size: 2.4rem;
            margin-bottom: 25px;
        }
        .renew-p-portfolio-detail-interview-inner__company {
            margin-bottom: 22px;
        }
        .renew-p-portfolio-detail-interview-inner__company-sub {
            margin-bottom: 6px;
            padding-left: 46px;
        }
        .renew-p-portfolio-detail-interview-inner__company-main {
            font-size: 1.4rem;
            line-height: 2;
        }
        .renew-p-portfolio-detail-interview-inner__p {
            font-size: 1.6rem;
            line-height: 2;
            margin-bottom: 32px;
        }
        p.renew-p-portfolio-detail-interview-inner__info {
            font-size: 1.4rem;
            line-height: 2;
            padding: 12px 20px;
        }
    }
}


.renew-p-portfolio-detail-article {
    &:not(:last-child) {
        margin-bottom: 43px;
        padding-bottom: 18px;
        border-bottom: solid 1px var(--color-light-border-we1);
    }
}
.renew-p-portfolio-detail-article__row {
    margin-bottom: 28px;
}
.renew-p-portfolio-detail-article__col {
    > &:last-child {
        margin-bottom: 0;
    }
    img {
        + p {
            margin-top: 10px;
            font-size: 1.2rem;
            line-height: 1.6;
            text-align: left;
        }
    }
}
.renew-p-portfolio-detail-article__content {
    & .renew-c-text-basic {
        .renew-p-portfolio-detail-article__col {
            > &:last-child {
                margin-bottom: 0;
            }
        }
    }
}
.renew-p-portfolio-detail-article__heading ,
.renew-p-portfolio-detail-article__content h2 {
    position: relative;
    margin-inline: auto;
    padding-left: var(--width-sp-padding);
    padding-right: var(--width-sp-padding);
    margin-top: 18px;
    margin-bottom: 17px;
    padding-top: 43px;
    &::before {
        content: '';
        display: block;
        max-width: 980px;
        width: calc(100% - 36px);
        height: 1px;
        position: absolute;
        top: 0;
        background: #eee;
    }
    @media only screen and (min-width: 768px) {
        max-width: var(--width-pc-m-outer);
        padding-left: var(--width-pc-m-padding);
        padding-right: var(--width-pc-m-padding);
        margin-top: 43px;
        margin-bottom: 16px;
        padding-top: 72px;
        &::before {
            width: 100%;
        }
    }
}
.renew-p-portfolio-detail-article__content .hs_cos_wrapper_type_module {
    &:nth-of-type(1) {
        .renew-c-text-basic {
            padding-top: 30px;
            @media only screen and (min-width: 768px) {
                padding-top: 80px;
            }
        }
        .renew-p-portfolio-detail-article__heading ,
        .renew-p-portfolio-detail-article__content h2 {
            margin-top: 0;
            &::before {
                display: none;
            }
        }
    }
}
.renew-p-portfolio-detail-article__content {
    .renew-c-container {
        .hs_cos_wrapper_type_module:nth-of-type(1) {
            .renew-p-portfolio-detail-article__heading ,
            h2 {
                padding-top: 30px;
                padding-bottom: 60px;
                border-top: none;
                &::before {
                    display: none;
                }
                @media only screen and (min-width: 768px) {
                    padding-top: 80px;
                    padding-bottom: 100px;
                }
            }
            .renew-p-portfolio-detail-interview {
                margin-top: 0;
            }
            .renew-p-portfolio-detail-article__heading, .renew-p-portfolio-detail-article__content h2 {
                &::before {
                    display: none;
                }
            }
        }
    }
    .renew-c-text-basic ,
    .renew-p-figure ,
    .renew-c-list-note {
        margin-inline: auto;
        padding-left: var(--width-sp-padding);
        padding-right: var(--width-sp-padding);
        @media only screen and (min-width: 768px) {
            max-width: var(--width-pc-m-outer);
            padding-left: var(--width-pc-m-padding);
            padding-right: var(--width-pc-m-padding);
        }
    }
    .renew-c-list-link {
        margin-left: var(--width-sp-padding);
        margin-right: var(--width-sp-padding);
        @media only screen and (min-width: 768px) {
            max-width: 980px;
            margin-inline: auto;
        }
    }
    .renew-c-list-note li::before {
        font-size: 2.2rem;
    }
}
.renew-p-portfolio-detail-article__heading-sub {
    display: block;
    padding-left: 44px;
    font-size: 1.1rem;
    position: relative;
    margin-bottom: 5px;
    &::before {
        content: "";
        display: inline-block;
        width: 30px;
        margin-left: -44px;
        margin-right: 14px;
        border-bottom: solid 1px;
        vertical-align: middle;
    }
}
.renew-p-portfolio-detail-article__heading-main {
    font-size: 2rem;
    line-height: 1.6;
    font-family: var(--font-family-medium);
    font-weight: var(--font-weight-medium);
}
.renew-p-portfolio-detail-article-iv__p {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 28px;
}
.renew-p-portfolio-detail-articlepoint {
    display: block;
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.renew-p-portfolio-detail-article__figure {
    margin-bottom: 28px;
    img {
        display: block;
        width: 100%;
        box-shadow: var(--shadow-light-02);
    }
    figcaption {
        font-size: 1.1rem;
        margin-top: 10px;
    }
}
.renew-p-portfolio-detail-article__figure-iframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;

    iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .renew-p-portfolio-detail-article {
        &:not(:last-child) {
            margin-bottom: 72px;
            padding-bottom: 43px;
        }
    }
    .renew-p-portfolio-detail-article__row {
        display: flex;
        justify-content: space-between;
        gap: 0 40px;
        margin-bottom: 32px;
        &.-invert {
            flex-direction: row-reverse;
        }
    }
    .renew-p-portfolio-detail-article__col {
        width: 50%;
        /*flex-shrink: 0;*/
        &.-main {
            flex-grow: 1;
            padding-bottom: 0;
        }
        &.-width-3divisions {
            flex-shrink: 0;
            width: 34.1176470588%;
            padding-top: 8px;
        }
    }
    .renew-p-portfolio-detail-article__heading-sub {
        padding-left: 44px;
        font-size: 1.4rem;
        font-weight: 400;
        position: relative;
        margin-bottom: 0;
        &::before {
            content: "";
            display: inline-block;
            width: 30px;
            margin-left: -44px;
            margin-right: 14px;
            border-bottom: solid 1px;
            vertical-align: middle;
        }
    }
    .renew-p-portfolio-detail-article__heading-main {
        font-size: 2.8rem;
        line-height: 1.6;
    }
    .renew-p-portfolio-detail-article-iv__p {
        font-size: 1.6rem;
        line-height: 2;
        margin-bottom: 32px;
    }
    .renew-p-portfolio-detail-article__figure {
        margin-bottom: 32px;
        figcaption {
            margin-top: 10px;
            font-size: 1.2rem;
            line-height: 1.6;
            text-align: left;
        }
        &.-hero {
            margin-top: 72px;
            padding: {
            left: 50px;
            right: 50px;
        }
        }
    }
}

.renew-p-portfolio-detail-article-iv {
    &:not(:last-child) {
        margin-bottom: 43px;
        padding-bottom: 15px;
        border-bottom: solid 1px var(--color-light-border-we1);
    }
    @media only screen and (min-width: 768px) {
        &:not(:last-child) {
            margin-bottom: 72px;
            padding-bottom: 36px;
        }
    }
}
.renew-p-portfolio-detail-article-iv__row {
    margin-bottom: 28px;
}
.renew-p-portfolio-detail-article-iv__col {
    > :last-child {
        margin-bottom: 0;
    }
    &.-main {
        padding-bottom: 28px;
    }
    &.-aside {
        .renew-p-portfolio-detail-article-iv__figure {
            figcaption {
                margin-top: 10px;
                font-size: 1.2rem;
                line-height: 1.6;
                text-align: left;
            }
        }
    }
}
.renew-p-portfolio-detail-article-iv__heading {
    font-size: 1.8rem;
    line-height: 1.6;
    font-family: var(--font-family-medium);
    font-weight: var(--font-weight-medium);
    margin-bottom: 15px;
}
.renew-p-portfolio-detail-article-iv__p {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 28px;
}
.renew-p-portfolio-detail-article-iv__sub {
    margin-top: 35px;
}
.renew-p-portfolio-detail-article-iv__sub-heading {
    font-size: 1.6rem;
    line-height: 1.75;
    font-family: var(--font-family-medium);
    font-weight: var(--font-weight-medium);
    margin-bottom: 15px;
}
.renew-p-portfolio-detail-article-iv__sub-question {
    font-size: 1.6rem;
    line-height: 1.75;
    font-family: var(--font-family-medium);
    font-weight: var(--font-weight-medium);
    margin-bottom: 15px;
    padding-left: 45px;
    @media only screen and (min-width: 768px) {
        padding-left: 48px;
    }
    &::before {
        content: "";
        display: inline-block;
        width: 30px;
        margin-left: -45px;
        margin-right: 15px;
        border-bottom: solid 1px;
        vertical-align: middle;
        @media only screen and (min-width: 768px) {
            content: "";
            display: inline-block;
            width: 33px;
            margin-left: -48px;
            margin-right: 15px;
            border-bottom: solid 1px;
            vertical-align: middle;
        }
    }
}
.renew-p-portfolio-detail-article-iv__figure {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 28px;
    &.-small {
        width: 100%;
    }
    img {
        display: block;
        width: 100%;
        box-shadow: var(--shadow-light-02);
    }
    figcaption {
        margin-top: 14px;
        text-align: center;
    }
}
.renew-p-portfolio-detail-article-iv__point {
    margin-top: 44px;
    padding: 14px 12px;
    margin-left: 18px;
    margin-right: 18px;
    background-color: var(--color-light-bg-wf3);
    @media only screen and (min-width: 768px) {
        max-width: 980px;
        margin-inline: auto;
    }
}
.renew-p-portfolio-detail-article-iv__point-heading {
    font-size: 1.4rem;
    line-height: 2;
    font-family: var(--font-family-medium);
    font-weight: var(--font-weight-medium);
    margin-bottom: 12px;
}
.renew-p-portfolio-detail-article-iv__point-text ,
.renew-p-portfolio-detail-article-iv__point p {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 30px;
    &:last-child{
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) {
    .renew-p-portfolio-detail-article-iv__row {
        display: flex;
        margin-bottom: 32px;
        &.-invert {
            flex-direction: row-reverse;
            .renew-p-portfolio-detail-article-iv__col.-aside {
                padding: 0 0 0 40px;
            }
        }
    }
    .renew-p-portfolio-detail-article-iv__col {
        &.-main {
            flex-grow: 1;
            padding-bottom: 0;
        }
        &.-aside {
            flex-shrink: 0;
            width: 52.0408163265%;
            padding: 3px 40px 0 0;
        }
    }
    .renew-p-portfolio-detail-article-iv__heading {
        font-size: 2.8rem;
    }
    .renew-p-portfolio-detail-article-iv__p {
        font-size: 1.6rem;
        line-height: 2;
        margin-bottom: 32px;
    }
    .renew-p-portfolio-detail-article-iv__sub {
        margin-top: 64px;
        + .renew-p-portfolio-detail-article-iv__sub {
            margin-top: 100px;
        }
    }
    .renew-p-portfolio-detail-article-iv__sub-heading {
        font-size: 2.2rem;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    .renew-p-portfolio-detail-article-iv__sub-question {
        font-size: 2.2rem;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    .renew-p-portfolio-detail-article-iv__figure {
        font-size: 1.6rem;
        line-height: 2;
        margin-bottom: 32px;
        &.-small {
            width: 50%;
        }
        figcaption {
            margin-top: 22px;
        }
        &.-hero {
            padding: 0 50px;
        }
    }
    .renew-p-portfolio-detail-article-iv__point {
        margin-top: 48px;
        padding: 26px 24px;
    }
    .renew-p-portfolio-detail-article-iv__point-heading {
        font-size: 1.6rem;
        line-height: 1.6;
        margin-bottom: 16px;
    }
    .renew-p-portfolio-detail-article-iv__point-text ,
    .renew-p-portfolio-detail-article-iv__point p {
        font-size: 1.6rem;
        line-height: 1.6;
        margin-bottom: 36px;
    }
}


.renew-p-btob-detail-contact {
    margin: 30px 0;
    padding: 60px 0;
    @media only screen and (min-width: 768px) {
        margin: 100px 0;
        padding: 100px 0;
    }
}
.renew-c-card-detail-action {
    + .renew-c-card-detail-contact {
        margin-top: 30px;
        @media only screen and (min-width: 768px) {
            margin-top: 40px;
        }
    }
}
.renew-p-btob-detail-prompt {
    margin: 50px 0;
    @media only screen and (min-width: 768px) {
        margin-top: 60px;
    }
    .renew-p-btob-detail-prompt__text {
        font-size: 1.4rem;
        line-height: 2;
        margin-bottom: 28px;
    }
}