@charset "UTF-8";

#innovation.report .related-content {
    margin-top: 80px;
    margin-bottom: 20px;
    background: #f8f8f8;
    padding: 40px 0;
}

#innovation.report .related-content .page-body h3 {
    text-align: center;
    font-size: 24px;
    margin: 0 0 40px;
}

#innovation.report .related-content .flxbox {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

#innovation.report .related-latest .link-item-ph {
    background: #fff;
    border: 1px solid #000;
    width: auto;
    flex: 0 0 32%;
    margin-bottom: 20px;
}

#innovation.report .related-content .link-item-ph a figure {
    margin: 0;
}

#innovation.report .related-content .link-item-ph a figure img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin: 0;
    width: 100%;
    height: 100%;
}

#innovation.report .related-content .link-item-ph .textarea {
    padding: 1em;
}

#innovation.report .related-content .link-item-ph .title {
    padding: 0;
    margin: 0;
}

#innovation.report .engine-related-slide {
    margin-bottom: 20px;
}

#innovation.report .engine-related-slide .link-item-ph {
    margin: 0 10px;
    box-sizing: border-box;
}

#innovation.report .related-content .engine-related-slide .textarea {
    min-height: 5em;
}

#innovation.report .prev-arrow {
    position: absolute;
    top: 43%;
    left: -30px;
    width: 30px;
    cursor: pointer;
    z-index: 28;
}

#innovation.report .next-arrow {
    position: absolute;
    top: 43%;
    right: -30px;
    width: 30px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #innovation.report .related-latest .link-item-ph {
        flex: 0 0 100%;
        margin-bottom: 0;
    }

    #innovation.report .related-latest {
        margin-bottom: 20px;
    }

    #innovation.report .related-content .link-item-ph.E a {
        display: flex;
        flex-flow: row;
        justify-content: center;
    }

    #innovation.report .related-content .link-item-ph.E a figure {
        flex: 0 0 40%;
    }

    #innovation.report .related-content .link-item-ph.E a .textarea {
        flex: 0 0 60%;
    }

    #innovation.report .related-content .link-item-ph.E a .textarea h4 {
        font-size: 14px;
    }

    #innovation.report .prev-arrow {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 28;
    }

    #innovation.report .next-arrow {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 28;
    }

    #innovation.report .engine-related-slide {
        padding: 0 30px;
    }
}
