@charset "shift_jis";
.voice_jukou {
    padding: 2rem;
    margin-bottom: 23px;
    border-radius: 16px;
    border: 3px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border: 3px solid #7285b6;

}

.voice_jukou p{
line-height:1.8;
}

span.marker{
     /* background: linear-gradient(transparent 60%, #fff64d6b 60%); */
     font-weight: 800;
     color: #1d4bbc;
}

@media screen and (max-width:767px) {
    .voice_jukou {
        padding: 1rem;
        flex-direction: column;
    }
}

.voice_jukou img {
    display: inline-block;
    width: 100;
    height: 100px;
}


@media screen and (max-width:767px) {
    .voice_jukou img {
        width: 60px;
        height: 60px;
    }
}