#d2267614 .p-link-list__item {
    margin: 0;
}

#d2267614 .p-link-list__item .c-link::after {
    display: none;
}

#d2266900 .p-media-layout__content,
#d2266901 .p-media-layout__content {
    display: none;
}

#d2266900 .p-media-layout__media,
#d2266901 .p-media-layout__media {
    position: relative;
    max-width: 100%;
}

#d2266900 .p-media-layout__media a::after,
#d2266901 .p-media-layout__media a::after {
    content: "";
    position: absolute;
    display: block;
    background: url(/assets/common/images/icon/icon-zoom-01.svg) no-repeat;
    background-size: contain;
    left: 0.5rem;
    bottom: 0.5rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0.3125rem;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: var(--zindex-layer1);
}

[data-id="d2258473"]:has(#d2266100) {
    overflow: hidden;
    max-width: var(--width-max-content);
    width: 100%;
    margin: auto;
}

@media only screen and (min-width: 769px) {
    [data-id="d2258473"]:has(#d2266100) .p-media-list__item {
        max-width: 100%;
    }
}