
#voice.index .sec01 .inner {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 4em 0;
}
#voice.index .sec01 .inner dl {
    border-top: 1px solid;
    display: flex;
    flex-wrap: wrap;
}
#voice.index .sec01 .inner dl dt {
    width: 370px;
    padding: .8em 1em;
    border-bottom: 1px solid;
    letter-spacing: .15em;
}
#voice.index .sec01 .inner dl dt .name {
    margin: 0 0 0 1em;
    padding: 0 0 0 2.5em;
    flex-shrink: 0;
    position: relative;
}
#voice.index .sec01 .inner dl dt .name::before {
    content: "";
    width: 27px;
    height: 30px;
    background: url(../img/icon-user.svg) center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#voice.index .sec01 .inner dl dd {
    width: calc(100% - 370px);
    padding: .8em 1em .8em 0;
    border-bottom: 1px solid;
    letter-spacing: .1em;
}
#voice.index .sec01 .inner dl dd a {
    display: flex;
    gap: 1em;
}
#voice.index .sec01 .inner dl dd a .voice {
    width: 100%;
    padding: 0 3em 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    position: relative;
}
#voice.index .sec01 .inner dl dd a .voice::after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/icon-arrow02.svg) center / cover no-repeat;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 0;
}
@media screen and (max-width: 768px) {
    #voice.index .sec01 .inner dl dt {
        width: 100%;
        padding: .8em 0 0;
        border-bottom: none;
    }
    #voice.index .sec01 .inner dl dt .name {
        padding: 0 0 0 1.5em;
    }
    #voice.index .sec01 .inner dl dt .name::before {
        width: 15px;
        height: 18px;
    }
    #voice.index .sec01 .inner dl dd {
        width: 100%;
        padding: .8em 0;
    }
    #voice.index .sec01 .inner dl dd a .voice::after {
        width: 18px;
        height: 18px;
    }
}

/* ------------------------------------------- */
#pager ul {
	margin: 4em auto 0;
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: center;
}
/* ------------------------------------------- */
#voice.detail .sec01 .inner {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 4em 0;
}
#voice.detail .sec01 .inner .box {
    margin: 0 auto 3em;
}
#voice.detail .sec01 .inner .box .date {
    display: flex;
    gap: 2em;
    align-items: center;
}
#voice.detail .sec01 .inner .box .date .name {
    display: flex;
    gap: 1em;
    align-items: center;
}
#voice.detail .sec01 .inner .box .date .name::before {
    content: "";
    width: 27px;
    height: 30px;
    background: url(../img/icon-user.svg) center / cover no-repeat;
	display: block;
}
#voice.detail .sec01 .inner .box .title {
    margin: 0 0 1em;
    padding: 0 0 1em;
    border-bottom: 1px solid #3f3130;
    font-size: 2.4rem;
}
#voice.detail .sec01 .inner .box p {
    margin: 0 0 1em;
    font-size: 1.8rem;
}
#voice.detail .sec01 .inner .box a {
    color: #d42900;
    text-decoration: underline;
}
#voice.detail .sec01 .inner .btn01 a::after {
    left: .5em;
    right: auto;
    transform: scale(-1, 1) translateY(-50%);
}
@media screen and (max-width: 768px) {
    #voice.detail .sec01 .inner .box .date .name::before {
        width: 15px;
        height: 18px;
    }
	#voice.detail .sec01 .inner .box .title {
	    font-size: 1.8rem;
	}
	#voice.detail .sec01 .inner .box p {
	    font-size: 1.4rem;
	}
}

