.header {
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #bfbfbf;
}

.header_inner {
    max-width: 1200px;
    text-align: left;
    padding: 12px 0;
    margin: 0 auto;
}

/* アクイジションの製品ページ用モジュールの移行 */
.products-card-cta {
    --icon-width: 80px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--acq-spacing-sm);
    max-width: var(--acq-width-content-sm);
    margin: 0 auto var(--acq-spacing-md);
}

.products-card-cta_item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px 8px;
    position: relative;
    padding: 20px 8px 32px;
    background-color: var(--acq-color-white);
    border-radius: var(--acq-rounded-lg);
    border: solid 1px var(--acq-color-beige);
    box-shadow: var(--acq-shadow-card-02);
    text-align: center;
}

.products-card-cta_item:only-child {
    grid-column: 1/-1;
    width: 100%;
    max-width: calc(var(--acq-width-content-sm) / 2);
    margin: 0 auto;
}

.products-card-cta_date {
    position: absolute;
    top: 8px;
    left: -10px;
}

.products-card-cta_date + .products-card-cta_text {
    margin-top: 12px;
}

.products-card-cta_sub {
    margin-bottom: 0;
    font-size: 1.4rem;
}

.products-card-cta_hdg {
    font-size: 2.4rem;
    color: #22254c;
}

.products-card-cta_text {
    grid-column: 1/-1;
    grid-row: 1;
    align-self: end;
    padding: 4px 14px 0;
    font-weight: var(--acq-font-weight-bold);
}

.products-card-cta_icon + .products-card-cta_text {
    padding-right: calc(var(--icon-width) + 8px);
    padding-left: calc(var(--icon-width) + 8px);
    text-align: center;
}

.products-card-cta_text em {
    background-image: linear-gradient(to top, var(--acq-color-bg-red) 30%, transparent 30%);
}

.products-card-cta_btn {
    grid-column: 1/-1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 14px;
}

.products-card-cta_icon {
    grid-column: 2;
    grid-row: 1;
    max-width: var(--icon-width);
}

.products-card-cta_text > :first-child,
.products-card-cta_btn > :first-child {
    margin-top: 0;
}

.products-card-cta_text > :last-child,
.products-card-cta_btn > :last-child {
    margin-bottom: 0;
}

.products-card-cta_small {
    font-size: var(--acq-font-size-md);
}

.products-card-cta.-large {
    column-gap: 16px;
    max-width: 100%;
}

.products-card-cta.-icon-large {
    --icon-width: 110px;
}

.products-card-cta .acq-btn:where(.-color-03)::before,
.products-card-cta .acq-btn:where(.-color-03)::after {
    rotate: 90deg;
}

@media only screen and (max-width: 767px) {
    .products-card-cta {
        --icon-width: min(58px, 16vw);

        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .products-card-cta_item {
        padding: 8px 8px 32px;
        padding-right: 4px;
        row-gap: 16px;
    }

    .products-card-cta_text {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding-top: 24px;
        text-align: center;
    }

    .products-card-cta_icon + .products-card-cta_text {
        padding-left: calc(var(--icon-width) + 8px);
    }

    .products-card-cta_sub {
        font-size: 1.2rem;
    }

    .products-card-cta_hdg {
        font-size: 1.6rem;
    }

    .products-card-cta.-icon-large {
        --icon-width: min(80px, 20vw);
    }
}

@media only screen and (min-width: 768px) {
    .products-card-cta.-col3-pc {
        --icon-width: 60px;

        grid-template-columns: repeat(3, 1fr);
        max-width: 100%;
    }

    .products-card-cta.-col3-pc .products-card-cta_icon {
        margin-top: -10px;
    }

    .products-mv .products-card-cta .products-card-cta_item:not(:only-child) .products-card-cta_icon + .products-card-cta_text {
        padding-left: 14px;
        text-align: left;
    }

    .products-card-cta_date {
        left: -12px;
    }
}

.acq-hdg-l1-03_img .acq-media_link {
    width: fit-content;
    height: fit-content;
}

.denshichobohozonho-bnr {
    position: fixed;
    top: 286px;
    right: 0;
    z-index: 100;
    max-width: 270px;
}

@media only screen and (max-width: 768px) {
    .denshichobohozonho-bnr {
        top: inherit;
        bottom: 10px;
        left: 50%;
        width: min(280px, 100%);
        transform: translateX(-50%);
    }
}

.js-fixed-bnr {
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: opacity .3s ease, visibility .3s ease;
}

.js-fixed-bnr.is-shown {
    opacity: 1;
    visibility: visible;
}

.denshichobohozonho-mv {
    background-image: url("/content/dam/yayoi-corp/lp/denshichobohozonho/img/index-mv-03.svg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    color: #fff;
}

.denshichobohozonho-mv .acq-hdg-l1-03_inner {
    gap: 32px 40px;
}

.denshichobohozonho-mv .acq-hdg-l1-03_img {
    display: flex;
}

.denshichobohozonho-mv .acq-link {
    color: #fff;
}

.denshichobohozonho-mv .acq-link:hover,
.denshichobohozonho-mv .acq-link:focus,
.denshichobohozonho-mv .acq-link:active {
    text-decoration: underline;
}

.denshichobohozonho-mv .acq-link::before {
    background-color: #fff;
}

.denshichobohozonho-mv .acq-link::after {
    background-color: #436FC0;
    rotate: 90deg;
}

.denshichobohozonho-mv .acq-hdg-l1-03_title {
    display: grid;
    gap: 24px;
}

.denshichobohozonho-mv_txt {
    font-size: 1.8rem;
    color: #fff;
}

.denshichobohozonho-box.-color-04 {
    background-color: #FFEAEF;
}

.denshichobohozonho-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
}

.denshichobohozonho-desc dt {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 3.2rem;
    font-weight: bold;
}

.denshichobohozonho-desc dt::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-image: url("/content/dam/yayoi-corp/lp/denshichobohozonho/img/ico-img-01.svg");
}

.denshichobohozonho-desc dd {
    font-size: 2.4rem;
    text-align: center;
}

.denshichobohozonho-marker {
    width: fit-content;
    font-size: 2.4rem;
    background-image: linear-gradient(to top, #ffeaef 30%, transparent 30%);
    margin-bottom: 16px;
}

.denshichobohozonho-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.denshichobohozonho-icon::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-image: url("/content/dam/yayoi-corp/lp/denshichobohozonho/img/ico-img-02.svg");
}

.denshichobohozonho-desc-02 {
    display: grid;
    gap: 16px;
}

.denshichobohozonho-desc-02 dt {
    display: flex;
    gap: 8px;
    font-weight: bold;
}

.denshichobohozonho-desc-02 dt::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("/content/dam/yayoi-corp/lp/denshichobohozonho/img/ico-img-03.svg");
}

@media only screen and (max-width: 768px) {
    .header_inner {
        padding: 16px;
    }

    .denshichobohozonho-mv .acq-hdg-l1-03_title {
        text-align: center;
    }

    .denshichobohozonho-mv .acq-hdg-l1-03_img {
        display: block;
        margin: auto;
    }

    .denshichobohozonho-box {
        padding-inline: 18px;
    }

    .denshichobohozonho-desc {
        flex-direction: column;
        gap: 24px;
    }

    .denshichobohozonho-desc dt {
        font-size: 2.2rem;
    }

    .denshichobohozonho-desc dd {
        font-size: 1.6rem;
    }

    .denshichobohozonho-desc dd .acq-u-fs-3xl {
        font-size: 2.2rem !important;
    }

    .denshichobohozonho-marker {
        font-size: 2rem;
    }
}
