p.-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.acq-media.-icon {
    margin-top: 0;
}

.acq-media.-icon .acq-media_item {
    position: relative;
}

.acq-media.-icon .acq-media_item .unq-media-icon {
    position: absolute;
    content: "";
    display: block;
    right: -20px;
    top: -8px;
    width: 90px;
    height: 90px;
}

.acq-list.-check > li::before,
.acq-list.-check > li::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #000;
    border-radius: 10px;
    height: 3px;
}

.acq-list.-check > li::before {
    transform: rotate(45deg);
    width: 9px;
    left: 4px;
    top: 14px;
}

.acq-list.-check > li::after {
    transform: rotate(-45deg);
    width: 15px;
    left: 9px;
    top: 12px;
}

.unq-lyt-media {
    display: block;
}

.unq-lyt-media .acq-media {
    margin: 0 auto 16px;
}

.unq-lyt-media .acq-list {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    .unq-lyt-media .acq-media {
        margin: 0;
    }

    .unq-lyt-media {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .unq-lyt-media .acq-list {
        margin: 0;
    }
}

/* 見出しのスラッシュ調整
shinkoku_slash */

.products-hdg-lead_text.shinkoku_slash {
    padding: 0 50px;
}

.products-hdg-lead_text.shinkoku_slash::before {
    left: 25px;
}

.products-hdg-lead_text.shinkoku_slash::after {
    right: 25px;
}
