@media screen and (min-width:1000px){
    .game-area {
        /*top:50px !important;*/
}

}


.section--yellow {
    background: #EFEBE9;
}

.section--yellow {
    padding: 30px 0;
    margin-top: 900px;
}

.spellbee-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}


.headline {
    margin-top: 15px;
    text-align: center;
}

.headline__title {
    color: #13141c;
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 5px;
}


.spellbee-container p {
    color: #2b2e3a;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 8px;
}

.side-left {
    height: auto !important;
}

.side-right {
    height: auto !important;
}


body {
    overflow: unset !important;
}






.section1 {
    padding: 30px 0;
display: block;
}

.spelling-bee-text h2:first-child {
    margin-top: 0;
}


.spelling-bee-text .h2--center {
    text-align: center;
}

.spelling-bee-text h2 {
    color: #13141c;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 25px;
}

.spelling-bee-text .ol {
    counter-reset: item;
    padding: 0;
    margin: 20px 0 0;
}

.spelling-bee-text .ol li {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 70px;
    margin-bottom: 25px;
    color: #2b2e3a;
    font-size: 16px;
    line-height: 24px;
}

.spelling-bee-text .ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    width: 55px;
    height: 55px;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: calc(50% - 27px);
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    color: #ffd12e;
    font-size: 30px;
    font-weight: 400;
}


.spelling-bee-text .ol li h3 {
    color: #13141c;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

.spelling-bee-text .ol li span {
    color: #2b2e3a;
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 30px;
}

.spelling-bee-text .ol li img {
    margin-top: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    max-width: 400px;
    width: 100%;
}

.spellbee-container img {
    border-style: none;
    -o-object-fit: contain;
    object-fit: contain;
}


.section--grey {
    background: #fbf9f5;
}


.faq h2, .spelling-bee-text__h1 {
    font-weight: 900;
    text-align: center;
}

.faq h2 {
    color: #13141c;
    font-size: 26px;
    margin-bottom: 25px;
    margin-top: 0;
}

.faq ol {
    padding: 0;
    margin: 0;
}

.faq li, .footer2 {
    background: #fff;
    line-height: 30px;
}

#hexGrid, .faq li, ul {
    list-style-type: none;
}

.faq li, .notice {
    border-radius: 10px;
}

.faq li {
    padding: 15px 25px;
    margin: 20px 0;
    background: #fff;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
    box-shadow: 0 0 25px rgba(0,0,0,.1);
text-align: left;
}



.faq h3 {
    color: #13141c;
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 0;
    line-height: 26px;
}


.faq p, .update {
    line-height: 28px;
}

.faq p {
    font-size: 15px;
    margin: 10px 0 5px;
    color: #2b2e3a;
}


.faq li span {
    padding: 1px 11px;
    background: #ab74b0;
    border-radius: 5px;
    margin-right: 8px;
    color: #f5f5f5;
}





.logocontainer {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1050px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 auto;
}


.logo-suika-wrapper {
    margin: 2px 0 0;
vertical-align: top;
}


.logo-suika {
    top: 2px;
    width: 254px;
}

.logo-suika {
    position: relative;
    display: block;
    height: 40px;
    background: url(https://suikagame.io/images/LogoSuika.png) no-repeat;
    background-size: contain;
}


.rule_seicho {
    margin-top: 15px;
}




@media screen and (max-width:500px){

#sp-no-standalone {
position: relative;
min-height: 50px;
background: url(https://suikagame.io/images/LogoSuika.png) no-repeat;
background-size: contain;
max-width: 250px;
margin: auto;
}




body {
position: fixed !important;
}


}