@charset "utf-8";


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

ul.none {
list-style: none;
margin-left: 3em;
}
.fLeft {
width: 280px;
float: left;
}
.fRight {
width: 250px;
float: right;
}
.f3 {
width: 180px;
float: left;
}
.f3 p {
width: 160px;
font-size: 0.9em;
}
.flex-align-center{
align-items:center;
}

.boxTableLinks a{
display:flex;
height:150px;
}
@media screen and (max-width:767px) and (min-width:1px) {
.boxTableLinks a{
height:100%;
}
}