/* 単語選択画面-hard1 */
* {
    margin: 0;
    padding: 0;
}

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

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

.please_wordchoice {
    position: absolute;
    height: 78px;
    width: 1040px;
    top: 70px;
    left: 440px;
    font-size: 60px;
}

/* 単語 */
.word_hard {
    position: absolute;
    height: 80px;
    width: 1306px;
    line-height: 80px;
    left: 41px;
    align-items: center;
    color: white;

    animation-name: border_color;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    border: white 1px;
    border-bottom: solid;

    cursor: pointer;
}

#wordchoice_Hard1_front_japan {
    position: absolute;
    height: 65px;
    width: 582px;
    top: 992px;
    right: 65px;
    color: white;
    font-size: 65px;
    line-height: 1;
}

.can_read_japanese_left_Hard {
    position: absolute;
    height: 30px;
    left: 40px;
    font-size: 30px;
    line-height: 1;
    color: white;
    user-select: none;
}