@charset "utf-8";


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

ul.list-2column li:nth-child(2n+1) {
    width: 20%;
}
ul.list-2column li:nth-child(2n) {
    width: 75%;
}
ul.list-2column li.w100per{
width:100%;
}
ul.link-list-dot>li.list-dot-none:before {
    content: "" !important;
    margin-left:-0.5em;
}
.bd-flx-table{
border:1px solid #ccc;
padding:5px 10px;
text-align:center;
}
.bd-flx-table.bd-flx-top-0{
border-top:none!important;
}
.bd-flx-table.bd-flx-left-0{
border-left:none!important;
}
.bd-flx-table.bd-flx-bottom-0{
border-bottom:none!important;
}
.bd-flx-table.bd-flx-right-0{
border-right:none!important;
}
.w-calc--1-3{width:calc(100% / 3);}
.w-calc--1-2{width:calc(100% / 2);}
.h145{height:145px;}
.crimson{color:#C00000!important;}
.darkblue{color:#002060!important;}

/* レスポンシブ対応 */
@media screen and (max-width:768px) and (min-width:1px) {
.bd-flx-table.sp-bd-flx-top-0{
border-top:none!important;
}
.bd-flx-table.sp-bd-flx-left-1{
border-left:1px solid #ccc!important;
}
.bd-flx-table.sp-bd-flx-left-0{
border-left:none!important;
}
.bd-flx-table.sp-bd-flx-bottom-0{
border-bottom:none!important;
}
.bd-flx-table.sp-bd-flx-right-0{
border-right:none!important;
}
.h145{
height:auto;
}
}