@charset "utf-8";
:root {
    --vw: 100px;
    --vh: 100px;
}
@media (min-width: 769px), print {
    .voice_ {
        padding-bottom: 100px;
    }

    .voice_contain{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
    }

    .voice_contain:nth-child(even){
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .voice_contain:nth-child(n+2){
        margin-top: 60px;
    }

    .voice_img{
        width: 30%;
    }

    .voice_text{
        width: calc(70% - 20px);
        padding-bottom: 40px;
    }

    .voice_ttl{
        font-size: 24px;
        font-weight: bold;
    }

    .voice_text p{
        padding-top: 30px;
        font-size: 18px;
        list-style: 1.8;
    }

    .voice_receiver{
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .voice_contain:nth-child(even) .voice_receiver{
        right: auto;
        left: 0;
    }
}
@media only screen and (max-width: 768px) {
    .voice_ {
        padding-bottom: 13.020833333333334vw;
    }

    .voice_contain:nth-child(n+2){
        margin-top: 60px;
    }

    .voice_ttl{
        padding-top: 30px;
        font-size: 5.46875vw;
        font-weight: bold;
    }

    .voice_text p{
        padding: 20px 0;
        list-style: 1.8;
    }
}
