.asset-ttl {
    font-size: 1.8rem;
    position: relative;
    padding-left: 4rem;
    margin-bottom: 2rem;
}

.asset-ttl::after {
    position: absolute;
    content: '';
    width: 3.2rem;
    height: 1px;
    left: 0;
    bottom: 0.3rem;
    background-color: #CEC7C1;

}

.works-detail {
    margin: 4rem 2rem;
    font-size: 1.6rem;
}

.detail__head-box {
    font-size: 1.6rem;
    display: flex;
    gap: 1rem;
}

.works-detail__cat {
    font-family: 'Zen Kaku Gothic Antique';
    color: #D39562;
    border: #D39562 1px solid;
    padding: .2rem 1rem;
    border-radius: .4rem;
    font-size: 1.2rem;
    -ms-wrap-through: .5rem;
    display: inline-block;
    margin-right: .8rem;
}

@media screen and (max-width: 1024px) {
    .works-detail__cat {
        margin-bottom: 1rem;
    }
}

.works-detail__title {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 1.2rem;
    padding-bottom: 1.2rem;
    position: relative;
    font-family: 'Zen Kaku Gothic Antique';
}

.works-detail__title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #CEC7C1;
    bottom: 0;
    left: 0;
}

.before h2 {
    padding: 1.4rem 0 1.6rem;
    background-color: #707070;
}

.after h2 {
    padding: 1.4rem 0 1.6rem;
    background-color: #D39562;
    margin-top: 1rem;
}

.works-detail__before-after {
    color: #FFF;
    text-align: center;
    margin-top: 4rem;
}
.works-detail__before-after img {
    aspect-ratio: 1 / 1 ;
}

.works-detail__summary {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.works-detail__summary p {
    line-height: 2em;
}

.detail__point-box p {
    line-height: 2em;
    margin-top: 2rem;
}

.works-detail__info {
    margin-top: 6rem;
    font-family: 'Zen Kaku Gothic Antique';

}


th {
    background-color: #F8F7F5;
    padding: 1rem 1.8rem;
}

td {
    padding: 1rem .8rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 1023px) {

    table,
    tbody,
    tr,
    td,
    th {
        width: 100%;
        /* 幅を100%にする */
        display: block;
        /* ブロック要素にする */
    }
}

.btn {
    margin: auto;
}

.works-detail__back {
    margin-top: 4rem;
}

.works-detail__date {
    min-width: 7rem;
}

@media screen and (min-width: 1024px) {
    .asset-ttl {
        font-size: 2rem;
        padding-left: 5rem;
        margin-bottom: 2.4rem;
    }

    .asset-ttl::after {
        width: 4rem;
    }

    .works-detail__date {
        margin-right: 2.4rem;
        min-width: 7rem;
    }

    .works-detail__cat {
        padding: .4rem 1.2rem;
        margin-right: 1rem;
    }

    .works-detail__title {
        margin-top: 1.9rem;
        padding-bottom: 1.7rem;
        font-size: 3rem;
    }

    .works-detail {
        margin-left: 14.4rem;
        margin-right: 20rem;
        margin-top: 0;
        max-width: 1136px;
    }

    .works-detail__before-after {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 6rem;
        font-size: 1.6rem;
        font-weight: bold;
    }



    .after h2 {
        margin-top: 0;
        /* padding: 1.4rem 0 1.6rem 0; */
    }

    .detail__point-box {
        display: grid;
        grid-template-columns: 56.8rem 1fr;
    }

    .works-detail__no-image {
        grid-template-columns: 1fr;
    }

    .detail__point-box p {
        margin-top: 5rem;
        margin-left: 7.2rem;
        line-height: 2em;
    }

    .works-detail__no-image p {
        margin: 0;
    }

    th {
        padding: 2.3rem 4rem;
        width: 36.8rem;
        font-weight: 400;
        font-size: 1.8rem;
    }

    td {
        padding: 2.3rem 4rem;
    }

    table {
        border-collapse: separate;
        border-spacing: 0 1.2rem;
    }
}

@media screen and (min-width: 1921px) {
    .works-detail {
        margin: auto;
    }
}