/* 画面サイズ */
.display_size {
    position: relative;
    width: 1920px;
    height: 1080px;
}

#wordchoice_Normal_japan.display_size {
    background-color: black;
    display: none;
}

/* 単語を選んでね */
.please_wordchoice_japan {
    position: absolute;
    height: 78px;
    width: 1200px;
    top: 70px;
    left: 460px;
    font-size: 60px;
    color: white;
    user-select: none;
}

/* ふりがな */
.can_read_japanese_left_Normal {
    position: absolute;
    height: 30px;
    left: 30px;
    font-size: 30px;
    line-height: 1;
    color: white;
    user-select: none;
}

.can_read_japanese_right_Normal {
    position: absolute;
    height: 30px;
    width: 325px;
    left: 775px;
    font-size: 30px;
    line-height: 1;
    color: white;
    user-select: none;
}