.voice--top {
    max-width: 1060px;
    margin: 0 auto;
    padding: 30px 0 50px 30px;
}

.voice .base-ttl {
    margin-bottom: 30px;
}

.voice__list__upper__item {
    display: flex;
    margin-bottom: 30px;
}

.voice__upper__img {
    width: 100%;
    max-width: 475px;
    margin-right: 20px;
}

.voice__upper__img img {
    border-radius: 20px 0 20px 0;
}

.voice__upper__name {
    margin-bottom: 10px;
    padding: 0 0 10px 20px;
    border-bottom: 1px solid #000;
    font-size: 28px;
}

.voice__upper__head {
    margin-bottom: 10px;
    padding: 0 0 0 20px;
    font-size: 20px;
    font-weight: bold;
}

.voice__upper__text {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 0 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.voice__cat {
    display: flex;
    margin-bottom: 10px;
}

.voice__cat__item {
    padding: 5px 15px;
    margin-right: 10px;
    color: #DF433C;
    background-color: #EBEBEB;
    border-radius: 20px;
}

.voice__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.voice__list__link {
    width: 31%;
}

.voice__bottom__img {
    margin-bottom: 25px;
}

.voice__bottom__img img {
    border-radius: 20px 0 20px 0;
}

.voice__bottom__name {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    font-size: 20px;
    font-weight: bold;
}

.voice__bottom__text {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.voice__list {
    margin-bottom: 40px;
}

.voice--archive {
    max-width: 1060px;
    margin: 0 auto;
}

.voice__list.voice__list--archive {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.voice__list--archive .voice__list__item {
    width: 100%;
}

.voice-single {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 0 130px 0;
}

.voice-single__main {
    width: 100%;
    max-width: 760px;
    margin-right: 80px;
}

.voice-single__side {
    position: sticky;
    top: 100px;
    width: 100%;
    height: 100vh;
    max-width: 420px;
    z-index: 10;
}

.voice-single__main__cont {
    padding: 20px;
    background-color: #fff;
}

.voice-single__main__cont .voice__cat {
    margin-bottom: 40px;
}

.voice-single__main__img {
    position: relative;
}

.voice-single__main__day {
    margin-bottom: 10px;
}

.voice-single__detail {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    color: #fff;
    background-color: #2a15e3;
}

.voice-single__detail p {
    margin-bottom: 5px;
}

.voice-single__detail p:last-of-type {
    margin-bottom: 0;
}

.voice-single__side__item {
    display: flex;
    margin-bottom: 15px;
}

.voice-single__side__title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    font-weight: bold;
    font-size: 20px;
}

.voice-single__side__item__img {
    width: 100%;
    max-width: 100px;
    margin-right: 20px;
}

.voice-single__side__item__text {
    width: calc(100% - 100px);
    font-weight: bold;
}

@media screen and (max-width: 1024px) {

    .voice {
        padding: 0 20px;
    }

    .voice__list {
        display: block;
    }

    .voice__list__item {
        width: 100%;
    }

    .voice__bottom__text {
        margin-bottom: 10px;
        padding: 0;
    }

    .voice__bottom__name {
        font-size: 18px;
        padding: 0 0 10px 0;
    }

    .voice__cat {
        padding: 0;
    }

    .voice__bottom__img {
        margin-bottom: 15px;
    }

    .voice {
        margin-bottom: 40px;
    }

    .voice__list.voice__list--archive {
        grid-template-columns: repeat(1, 1fr);
    }

    .voice-single {
        display: block;
        padding: 0 0 130px 0;
    }

    .voice-single__side {
        padding: 0 20px;
        height: auto;
    }
}