@charset "utf-8";


/*
*	Title: SCSK サービス詳細用
*	URI: 
*	Last Modified: 
*	Description: メインカラム（サービス詳細内容）
*/

#kong .height49{height:49px;}
#kong .height36{height:36px;}
#kong .height26{height:26px;}

#kong .flx-center{
display:flex;
justify-content:center;
align-items:center;
}
#kong .border-white{border-color:#FFF!important;}
#kong .no-border{border:0!important;}

#kong td.bg-blue-01{background-color:#cce4ff;}
#kong td.bg-blue-02{background-color:#e2eefc;}


/* レスポンシブ対応 */
@media screen and (max-width:768px) and (min-width:1px) {
#kong .height49, #kong .height36, #kong .height26{
height:auto;
}
#kong .scroll{width: calc(100vw - 20px)!important;}
}