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

.quest{
    width:64vw;
    position: absolute;
    left:18vw;
    top:20vw;
}

.text{
    margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
    transform: translate(0,97vw);
}

.textImg{
    display: block;
	width: 100%;
	height: auto;
}

.back{
    width:20vw;
    position: absolute;
    left:40vw;
    top:132vw;
}

