@charset "utf-8";
/* CSS Document */


/*----------------------------------------------
	スライド
----------------------------------------------*/
/*header*/
header .gnav li.platform a,header .gnav li.platform a:link{
    color: #00a3e0;
}
/*pankuzu*/
.pankuzu ul{
    position: absolute;
    top: 160px;
    left: 0;
}
/*platformList*/
.platformList{
    text-align: center;
}
.platformList h2{
    padding: 50px 0;
    color: #fff;
}
.platformList>.outer3,.platformList .outer2{
    border-top: 5px solid #00a3e0;
    padding: 60px 0;
}
.platformList .descriptionText>p{
    margin-bottom: 15px;
}
.platformList .descriptionText p{
    font-size: 1.6rem;
    font-size: 16px;
}
.platformList .descriptionText em{
    font-size: 2.4rem;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
}
.platformList h3{
    padding: 50px 0;
    color: #fff;
}
.platformList .blockList .block {
    background: #fff;
    float: left;
    width: 266.667px;
    height: 260px;
    padding: 20px;
    margin:0 0 20px 20px;
}
.platformList .blockList a.leftend .block{
    margin-left: 0;
}
.platformList .blockList .block2{
    height: 385px;
}
.platformList .blockList a:hover .block{
    opacity: 0.8;
}
.platformList .blockList h4{
    width: 266px;
    height: 178px;
    color: #FFF;
    line-height: 12;
    margin-bottom: 20px;
}
.platformList .blockList p{
    text-align: justify;
    color: #000;
}
.platformList h4.bg01{
    background: #fff url("../img/platform_top_pic01.jpg") no-repeat top center;
    background-size: 266px 178px;
}
.platformList h4.bg02{
    background: #fff url("../img/platform_top_pic02.jpg") no-repeat top center;
    background-size: 266px 178px;
}
.platformList h4.bg03{
    background: #fff url("../img/platform_top_pic03.jpg") no-repeat top center;
    background-size: 266px 178px;
}











