body{
    background-image: url(../img_detect/background.white.png);
    background-repeat: no-repeat;
    background-size: 100vw;
    color: white;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size:13px;
}


.textbox{
    position: absolute;
    width: 88vw;
    top: 19vw;
    left: 6vw;
    z-index: 0;
}

.back{
    position: absolute;
    width: 2vw;
    top: 35vw;
    left: 9vw;
    z-index: 5;
}

.myoudani{
    position: absolute;
    width: 72vw;
    top: 57vw;
    left: 14vw;
    z-index: 5;
}

.hukae{
    position: absolute;
    width: 72vw;
    top: 85vw;
    left: 14vw;
    z-index: 5;
}

.text2{
    text-align: center;
    transform: translate(0,30vw);
}

.text3{
    text-align: center;
    transform: translate(0,30vw);
}

.clickBack{
    display: inline-block;
    width: 12vw;
    height:12vw;


    position: absolute;
    left:5vw;
    top:30vw;

    z-index: 10;
}
