@charset "utf-8";

#ge23 .contentsWrap{
    max-width: 850px;
    margin: 0 auto;
    background-color: #767676;
}

#ge23 .container{
    min-width: 850px !important;
}

#ge23 .fvBnr .fvText {
    font-size: 14px !important
}

#ge23 .itemCorner {
    margin-bottom: 40px
}		

#ge23 h2 span,
#ge23 p {
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
}


#ge23 ul{
    column-gap: 0.5rem;
    row-gap: 0.5rem;
}

#ge23 .itemCorner ul {
    row-gap: 1rem;
}		

#ge23 .btn{
    border-radius: 50rem !important;
    background: #ffffff;
    font-size: 13px;
}

@media screen and (max-width:520px) {

    #ge23{ 
        overflow: hidden !important;
    }

    #ge23 .container{
        min-width: 100% !important;
    }

    #ge23 .fvBnr .fvText {
        font-size: 14px !important
    }

    #ge23 .itemCorner {
        margin-bottom: 60px
    }

}