@charset "utf-8";


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

#tig .tig {
border-bottom: solid 4px #fff;
position: relative;
font-size:28px;
color:#6c6a68;
margin-bottom:10px;
}
#tig .tig:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 4px #b4b3b4;
bottom: -4px;
width: 40px;
}
#tig  .tig:first-letter{
color:#6dbde4;
}
@media screen and (max-width:767px) and (min-width:1px) {

}