@charset "utf-8";


/*
*	Title: SCSK サービス詳細用
*	URI: 
*	Last Modified: 
*	Description: メインカラム（サービス詳細内容）
*/
a.bb-darknavy{
background-color: #0a2986 !important;
border: 1px solid #0a2986 !important;
}
a.bb-darknavy:hover {
    color: #0a2986 !important;
    background-color: #FFFFFF !important;
}

@media screen and (max-width:767px) and (min-width:1px) {
    .sp-column-reverse{
        flex-direction:column-reverse;
    }
}