@charset "UTF-8";
#works .top {
	/*background-image: url(../img/works/main.png);*/
}
#works .flexbox {
	-webkit-align-items: flex-start;
			align-items: flex-start;
}

/* tb_768
==========================*/
@media screen and (max-width:768px){
}

/* sp_480
==========================*/
@media screen and (max-width:480px){
#works .flexbox li .f21 {
    margin-top: 5px;
    font-size: 17px;
    line-height: 20px;
}
}

.clientthumb{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width:100%;
	height:170px;
}
#works p.w100 span{
	/*height:200px;*/
	display: block;
}
@media screen and (max-width:768px){
	.clientthumb{
		height:125px;
	}
}