@charset "utf-8";


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


/* スマホでロゴ画像の見え方を調整する  */
@media screen and (max-width:767px) and (min-width:1px) {
#dellemc .dellemc_logo {
    width: 60%!important;
}}
@media screen and (max-width: 640px){
#dellemc .dellemc_logo {
    width: 80%!important;
}}

/*製品ラインアップのスマホ対応*/
@media screen and (max-width:640px) {
#dellemc .boxTableLinks2.cl2 li {
width: 100%;
border-right-style: none;
}
}