@charset "utf-8";


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

.services{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
margin-bottom:10px;
}
.services .num,
.services .title,
.services .txt{
height:57px;
display:flex;
justify-content:center;
align-items:center;
}
.services .num{
text-align:center;
border:1px solid #ccc;
font-size:24px;
}
.services .title{
text-align:center;
font-size:18px;
line-height: 1.2em;
font-weight:bold;
color:#FFF;
background:#007aff;
}
.services .txt{
border:1px solid #ccc;
padding:5px;
}
.pw5{
width:5%;
}
.pw64{
width:64%;
}
@media screen and (max-width:767px) and (min-width:1px) {
.sp-pw88{
width:88%!important;
}
.services .txt{
height:auto;
margin-top:5px;
margin-bottom:10px;
}
}