#d2266367 .p-media-layout__content {
    display: none;
}

#d2266367 .p-media-layout__media {
    position: relative;
    max-width: 100%;
}

#d2266367 .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="2263217"] .c-link-list__list {
    gap: 1rem 0.75rem;
}

[data-id="2263217"] .c-link-list__item {
    margin: 0;
    padding: 0;
    width: auto;
}

[data-id="2263217"] .c-link img {
    display: none;
}

[data-id="2263217"] .c-link::after {
    content: url(/assets/common/images/icon/icon-pdf-violet-01.svg);
    display: inline-block;
    width: 14px;
    height: 18px;
    margin-left: .75rem;
    vertical-align: middle;
}

[data-id="2263364"] .p-media-layout-02__link .c-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 0.4em;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
    text-align: center;
    transition: all 0.8s ease;
    word-break: break-word;
}

[data-id="2263364"] .p-media-layout-02__link .c-link::after {
    filter: brightness(0) invert(1);
}

[data-id="2263364"] .p-media-layout-02__link .c-link:hover,
[data-id="2263364"] .p-media-layout-02__link .c-link:focus img {
    background-color: rgba(0, 0, 0, 0.2);
}

[data-id="2263364"] .p-media-layout-02__media {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    [data-id="2263364"] .p-layout-media[data-col-narrow][data-col-narrow="2"] .p-layout__inner>.p-layout__content {
        flex-basis: calc((100% - 3rem) / 2);
        max-width: calc((100% - 3rem) / 2);
    }
}

[data-id="2263364"] .p-media-layout-02__media img {
    width: calc((100vw - 5rem) / 2);
}

@media only screen and (min-width: 992px) {
    [data-id="2263364"] .p-media-layout-02__media img {
        width: 180px;
    }
}

[data-id="2263364"] .p-media-layout-02__link {
    margin-top: 0;
}

[data-id="2263364"] .c-link-list {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    [data-id="2263364"] .p-media-layout-02 {
        display: flex;
        justify-content: center;
    }
    [data-id="2263364"]  .p-media-layout-02 .p-media-layout__inner {
        width: calc((100vw - 5rem) / 2);
    }
    [data-id="2263364"] .p-media-layout-02__link .c-link {
        width: calc((100vw - 5rem) / 2);
    }
}