@charset "utf-8";
/* CSS Document */
.block.flex{
	display: flex;
	flex-direction: column-reverse;
}


.block.flex img{
	width: 100%;
}
.block.flex table td{
	white-space: normal !important;
	width: 100%;
}

@media screen and (min-width:900px) {
	.block.flex{
		display: flex;
		flex-direction: row;
	}
	.block.flex table{
		margin-right: 10px;
	}
	.block.flex .tbl{
		margin-right: 10px;
	}

	.block.flex .ph{
		flex-basis: 45%;
	}

	
}