@charset "UTF-8";
/* ------------------------------
- voice
------------------------------ */
.voice {
    background: url(../images/bg_bottom.png) no-repeat center bottom #fff6e9;

}
.voice_inner {
    position: relative;
    height: 1300px;
}
.voice_img {
    position: absolute;

}
.voice_img-large {
    width: 371px;
}
.voice_img-medium {
    width: 319px;
}
.voice_img-small {
    width: 285px;
}
.voice_img01 {
    top: 50px;
    left: 50%;
    margin-left: -185px;
}
.voice_img02 {
    left: 50px;
    top: 240px;
}
.voice_img03 {
    top: 215px;
    right: 53px;
}
.voice_img04 {
    top: 366px;
    left: 314px;
}
.voice_img05 {
    top: 525px;
    left: 0;
}
.voice_img06 {
    top: 424px;
    right: 0;
}
.voice_img07 {
    top: 604px;
    left: 320px;
}
.voice_img08 {
    top: 763px;
    left: 40px;
}
.voice_img09 {
    top: 715px;
    right: 15px;
}
.voice_img10 {
    top: 885px;
    right: 288px;
}
@media only screen and (max-width: 1000px) {
    .voice_inner {
        position: relative;
        height: 150vw;
    }
    .voice_img-large {
        width: 33%;
    }
    .voice_img-medium {
        width: 30%;
    }
    .voice_img-small {
        width: 28%;
    }
    .voice_img01 {
        top: 5%;
        margin-left: 0;
        left: 32%;
    }
    .voice_img02 {
        left: 2%;
        top: 16%;
    }
    .voice_img03 {
        top: 13%;
        right: 3%;
    }
    .voice_img04 {
        top: 25%;
        left: 33%;
    }
    .voice_img05 {
        top: 33%;
        left: 0;
    }
    .voice_img06 {
        top: 27%;
        right: 1%;
    }
    .voice_img07 {
        top: 41%;
        left: 30%;
    }
    .voice_img08 {
        top: 53%;
        left: 7%;
    }
    .voice_img09 {
        top: 47%;
        right: 2%;
    }
    .voice_img10 {
        top: 62%;
        right: 30%;
    }
}

@media only screen and (max-width: 640px) {
    .voice {
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .voice_inner {
        position: relative;
        height: auto;
        padding-top: 10%;
        padding-bottom: 25%;
    }
    .voice_img-large {
        width: 100%;
    }
    .voice_img-medium {
        width: 88%;
    }
    .voice_img-small {
        width: 76%;
    }
    .voice_img{
        position: static;
        margin: 0 auto 10%;
    }
}