@charset 'UTF-8';/*  */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

h3{
    margin: 0.5vh 0vh;
}
.result-jump{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flame-2 {
    padding: 0.25em 0.25em;
    width: 40vw;
    margin-bottom: 0vh;
}

.result{
    margin-top:5vh;
    display: flex;
    flex-direction: column;
    align-items: center
}
.result-jump2{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pad{
    height:15vh;
}

@media screen and (min-width:1025px) {

.result-jump{
    display:flex;
    flex-wrap: wrap;
}
.flame-2 {
    width: 13vw;
}

.result h1{
    font-size:3.5rem;
    font-style: bold;
}
.result h3{
    font-size:2.5rem;
}
}