.works-sentence-text dl {
    border-bottom: 1px solid #000;
    padding: 1rem;
}

#works {
    margin-bottom: 5rem;
}

.works-sentence-text {
    display: flex;
    justify-content: space-between;
}

.works-sentence-text dl {
    width: 30%;
    position: relative;
}

.works-sentence-text dl a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.works-sentence-text dl img {
    width: 100%;
    height: auto;
}

/* --- Responsive Styles (for screens wider than 640px) --- */
@media (min-width: 640px) {
    .info-item {
        flex-direction: row;
        /* PCでは横並び */
        align-items: flex-start;
    }

    .info-item__label {
        width: 8rem;
        /* 128px */
        margin-bottom: 0;
    }
}


/* レスポンシブ対応 */
@media (min-width: 768px) {}


h3.works-detail-tit {
    font-size: 2rem;
    padding: 1rem 0 2rem 0;
}