@charset "utf-8";

.voice{
    padding-bottom: 50px;
}

.voice_message{
    text-align: center;
    margin-bottom: 50px;
}

.word{
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #dcccff;
    border-radius: 10px;
    box-shadow: 12px 12px 2px 1px rgba(255, 204, 229);
    padding: 65px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.word li{
    margin-bottom: 20px;
}

.word p{
    line-height: 2.5;
    padding-left: 1.8rem;
}

@media screen and (max-width:640px) {
    .voice{
        padding-left: 5px;
        padding-right: 5px;
    }

    .voice_message{
        margin-bottom: 20px;
    }

    .word{
        border: none;
        box-shadow: none;
        border-radius: 0;
        border-bottom: 1px solid #dcccff;
        padding: 20px;
    }

    .word p{
        padding-left: 1rem;
    }

    .voice_q{
        border-bottom: 2px dotted #dcccff;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

}