@charset "UTF-8";

.fig_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}
.fig_wide{
	width:62.07%;/*540px相当*/
}
.fig_narrow{
	width:31.035%;/*270px相当*/
}