@charset "Shift_JIS";

.flexcontainer{
  display:flex ;
  flex-direction: column;
}

.flexitem{
  width: 100%;
  height: 200px;
  text-align: left;
}
 
.item1{
  background: #D2E3C4;
}
 
.item2{
  background: #FFFFFF;
}
 
.item3{
  background: #E7DED0 ;
}
 
.item4{
  background: #F5F4C0;
}
 
.item5{
  background: #CCC0F5;
}

.container{
  width;1000px;
  justify-content: center;
  align-items: left;
  border: solid 1px #FFFFFF;

}
img {
  max-width: 33%; 
}