@charset "utf-8";


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

#box{
font-size:12pt;
}
#box .product-summary,
#box .h-ttl05 {
    font-size: 14pt;
}


/* レスポンシブ対応 */
@media screen and (max-width:768px) and (min-width:1px) {
#box{
font-size:14px;
}
#box .product-summary,
#box .h-ttl05 {
    font-size: 16px;
}

}