@charset "UTF-8";



/*  ----------------------------------------------------------

intro

----------------------------------------------------------  */
.voice-intro p {
    text-align: center;
    margin-bottom: 5rem;
}
.voice-intro ul {
    margin-bottom: 3rem;
}
.voice-intro div {
    font-size: 1.2rem;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .voice-intro {
        padding: 0 3rem;
    }
    .voice-intro p {
        text-align: left;
    }    
    .voice-intro ul li:not(:last-child) {
        margin-bottom: 1rem;
    }
    .voice-intro div {
        text-align: left;
    }
}