
.fbox{
	display:flex;
	margin-bottom:2em;
}

.fbox .fim{
	/*border:1px solid #ccc;*/
	display:flex;
	/*margin:0.5em;*/
}

.fbox figure{
		margin:auto 0.5em auto 0.5em;
	/*	flex:0 0 100%;*/
		align-self:center;

}



.fbox figure img{
	width:100%;
	height:auto;
}



@media screen and (max-width: 767px){/*sp*/

.table1{
font-size:80%;
}
}