.noneArea {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: center;
}
.admin_base{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 100px 420px 150px auto;
    justify-items: center;
    align-items: center;
 }

.gret_base{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 200px 200px 240px auto;
    justify-items: center;
    align-items: end;
 }

 .st_btn {
    display: inline-block;
    height: 100px;
    width: 500px;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none; /* 文字の下線を消す */
    position: relative;
}
.st_btom{
    position: absolute;
    padding-top: 5%;
    width: 100%;
    font-size: 2.4em;
}

/* ホバー時 */
.st_btn:hover {
    box-shadow: none;
    transform: translateY(2px);
}

.font_b_col{
    color: black;
}

.ver{
    /* min-height: 100%; */
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
}

@media screen and (max-width: 1024px) { 
    .noneArea {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        justify-items: center;
    }
    .admin_base{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-rows: 100px 420px 150px auto;
        justify-items: center;
        align-items: center;
     }
    
    .gret_base{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-rows: 250px 250px 300px auto;
        justify-items: center;
        align-items: end;
     }
    
     .st_btn {
        display: inline-block;
        height: 125px;
        width: 600px;
        border-radius: 50px;
        cursor: pointer;
        text-decoration: none; /* 文字の下線を消す */
        position: relative;
    }
    .st_btom{
        position: absolute;
        padding-top: 5%;
        width: 100%;
        font-size: 2.4em;
    }
    
    /* ホバー時 */
    .st_btn:hover {
        box-shadow: none;
        transform: translateY(2px);
    }
    
    .font_b_col{
        color: black;
    }
    .ver{
        /* min-height: 100%; */
        display: flex;
        align-items: flex-end;
        padding-bottom: 10px;
    }
}

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

    .noneArea {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        justify-items: center;
    }
    .admin_base{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-rows: 100px 420px 150px auto;
        justify-items: center;
        align-items: center;
     }
    
    .gret_base{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-rows: 200px 200px 240px auto;
        justify-items: center;
        align-items: end;
     }
    
     .st_btn {
        display: inline-block;
        height: 100px;
        width: 500px;
        border-radius: 50px;
        cursor: pointer;
        text-decoration: none; /* 文字の下線を消す */
        position: relative;
    }
    .st_btom{
        position: absolute;
        padding-top: 5%;
        width: 100%;
        font-size: 2.4em;
    }
    
    /* ホバー時 */
    .st_btn:hover {
        box-shadow: none;
        transform: translateY(2px);
    }
    
    .font_b_col{
        color: black;
    }
    .ver{
        /* min-height: 100%; */
        display: flex;
        align-items: flex-end;
        padding-bottom: 10px;
    }
}
