.service-img260702{
    max-width: 416px;
    width: 100%;
    height: auto;
}



/*	納入事例
---------------------------------*/
.infocate{
    margin-bottom: 70px;
}
.infocate .webgene-blog{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.infocate .webgene-item{
    width: calc((100% - 75px) / 4);
    margin-right: 25px;
    margin-bottom: 20px;
}
.infocate .webgene-item:nth-of-type(4n){
    margin-right: 0;
}
.infocate .webgene-item:last-of-type{
    margin-right: 0;
}
.works-list.top-works .webgene-item{
    margin-bottom: 50px;
}

@media screen and (max-width:1023px){
    .infocate .webgene-item{
        width: calc((100% - 50px) / 3);
    }
    .infocate .webgene-item:nth-of-type(4n){
        margin-right: 25px;
    }
    .infocate .webgene-item:nth-of-type(3n){
        margin-right: 0;
    }
}
@media screen and (max-width:767px){
    .infocate{
        margin-bottom: 30px;
    }
    .infocate .webgene-blog{
        display: block;
        margin: 0 auto;
    }
    .infocate .webgene-item{
        width: 100%;
        margin-right: auto;
    }
    .infocate .webgene-item:nth-of-type(4n){
        margin-right: auto;
    }
    .infocate .webgene-item:nth-of-type(3n){
        margin-right: auto;
    }
    .infocate .webgene-item:nth-of-type(2n){
        margin-right: auto;
    }
    .works-list.top-works .webgene-item{
        margin-bottom: 30px;
    }
}


/*	納入事例詳細
---------------------------------*/
.works-detail .webgene-item .blogdate{
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #666666;
    margin-bottom: 10px;
}
.works-detail.service-detail .webgene-item .products-detail-ttl{
    font-weight: 700;
    color: #333;
    border-bottom: solid 1px #999999;
}
.works-detail.service-detail .webgene-item .products-detail-ttl:before{
    content: none;
}
.post-main-photo{
    text-align: center;
    margin-bottom: 30px;
}
.post-thumb-list figure{
    text-align: center;
    width: calc(96% / 5);
    margin-right: 1%;
    margin-bottom: 20px;
}
.post-thumb-list figure:nth-of-type(5n){
    margin-right: 0;
}
#post-pdf[href=""]{
    display: none;
}
#post-pdf{
    color: #007bff;
    text-decoration:underline
}
.products-detail .webgene-item iframe{
    display: block;
    margin-top: 30px;
}
#post-youtube[src=""]{
    display: none;
}
@media screen and (max-width:767px){
}