@charset "utf-8";


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

#h_assessment .bg-navy{
background-color:rgb(0,32,96);
}
#h_assessment .bg-image{
background:url('../img/h_assessment-02.png') no-repeat 50% 10%;
background-size:container;
}
#h_assessment .justify-around{
justify-content:space-around;
}
#h_assessment .col-navy{
color:rgb(0,32,96);
}
#h_assessment table.dataTable02b{
width:958px!important;
}

.top-rightimage{
position:relative;
width:300px;
height:200px;
}
.position-a1{
position:absolute;
top:0;
left:0;
}
.position-a2{
position:absolute;
top:120px;
left:0;
}
.bd-radius-10{
border-radius:10px!important;
}
.triangle-bottom{
width:0;
height:0;
border-style:solid;
border-width: 50px 75px 0 75px;
border-color: #4c9ed9 transparent transparent transparent;
margin:0 auto;
}
.text-underline{
border-bottom:1px solid #4c9ed9;
}