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;
}

.text{
    width:88vw;
    position: absolute;
    top:10vw;
    left:6vw;
}

.back{
    width:2vw;
    position: absolute;
    top:25vw;
    left:10vw;
}

.red{
    width:74vw;
    position: absolute;
    top:43vw;
    left:13vw;
}

.green{
    width:74vw;
    position: absolute;
    top:69vw;
    left:13vw;
}

.white{
    width:74vw;
    position: absolute;
    top:95vw;
    left:13vw;
}

.blue{
    width:74vw;
    position: absolute;
    top:121vw;
    left:13vw;
}


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

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

    z-index: 10;
}
