/* SP共通*/

.lerning_btn {
    background-image: linear-gradient(to right, #005396, #00a0dc)!important;
}

.cloud_btn {
    background-image: linear-gradient(to right, #FF5722, #f1c699)!important;
}

.servise_btn {
    background-image: -webkit-linear-gradient(-45deg, #dc0032 0%, #f19999 100%)!important;
}

.terms_btn {
    background-image: linear-gradient(to right, #008896, #00dcd2);
}

#Confidential .contact_Btn:before {
    top: 50%!important;
}



/*タブレット */
@media screen and (min-width: 600px) {
/*600px以上に適用 */
 

}



/* (PC) */
@media screen and (min-width: 1024px) {
/* PC */
   #Confidential .All_Btn {
        display: flex;
        justify-content: space-between!important;
        flex-wrap: wrap!important;
    }

    #Confidential .All_Btn a{
        width: 50%!important;
        margin: 60px 0 0 0;
    }

    #Confidential .contact_Btn{
        font-size: 1.4rem!important;
    }


}