@charset "utf-8";
   /* .nyuuin_flow_img01 {
        display: inline-block;
    }
    .nyuuin_flow_img01 img {
        width: 164px;
        height: auto;
    }*/
.nyuuin_flow_img{
	display:flex;
	flex-wrap:wrap;
}
.nyuuin_flow_img img{
	max-width:165px;
}
.nyuuin_flow_img  > div:first-child{
	margin-right:40px;
}

@media screen and (max-width: 767px){
	.nyuuin_flow_img  > div{
		width:100%;
	}
	.nyuuin_flow_img  > div:first-child{
		margin-right:0;
		margin-bottom:20px;
	}
}