@charset "utf-8";


/*
*	Title: SCSK サービス詳細用
*	URI: 
*	Last Modified: 
*	Description: メインカラム（サービス詳細内容）
*/
#rakurakuseisan .height48{
height:48px;
}
#rakurakuseisan .height110{
height:110px;
}
#rakurakuseisan .height120{
height:120px;
}
#rakurakuseisan .height140{
height:140px;
}
#rakurakuseisan .p-relative{
position:relative;
}
#rakurakuseisan .font65per{
font-size:65%;
}
#rakurakuseisan .flx-items-start{
align-items: flex-start;
}
#rakurakuseisan .arrow{
position:absolute;
    top: 320px;
    left: 50%;
    transform: translateX(-50%);
}
#rakurakuseisan .arrow .arrow-down {
     position:relative;
     height:16px;
     width:40px;
     background-color:#ccc;
     -webkit-transform: rotate(90deg);
     transform: rotate(90deg);
    top: 15px;
}
 
#rakurakuseisan .arrow .arrow-down::before {
     position:absolute;
     content:"";
     border:solid 16px transparent;
     border-left:solid 16px #ccc;
     top:-8px;
     left:34px;
}
@media screen and (max-width: 767px){
#rakurakuseisan .height48,
#rakurakuseisan .height110,
#rakurakuseisan .height120,
#rakurakuseisan .height140{
height:auto;
}
#rakurakuseisan .sp-font14{
font-size:108%!important;
}
}